aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-05-02 13:28:03 +0000
committers-ol <s-ol@users.noreply.github.com>2018-05-02 13:28:03 +0000
commitaa237f78587bdac1b87e25144f1f5cac61b24f86 (patch)
treea277f8f80919b836b507b35a5ba246b629b6ab1a
parentadd index (diff)
downloadmmm-aa237f78587bdac1b87e25144f1f5cac61b24f86.tar.gz
mmm-aa237f78587bdac1b87e25144f1f5cac61b24f86.zip
add submodule tracking gh-pages
-rw-r--r--.gitmodules4
m---------dist0
-rw-r--r--package.json2
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..6f5737f
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "dist"]
+ path = dist
+ url = https://github.com/s-ol/mmm.git
+ branch = gh-pages
diff --git a/dist b/dist
new file mode 160000
+Subproject 8de7ba386d87e74ffd83fec00d50ad8f6bfd301
diff --git a/package.json b/package.json
index dbfc7a8..c0afeb0 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "mmm",
"scripts": {
"start:dev": "webpack-dev-server -w",
- "build": "rm -rf dist && NODE_ENV=production webpack --config ./webpack.config.js --mode production --progress --colors"
+ "build": "NODE_ENV=production webpack --config ./webpack.config.js --mode production --progress --colors"
},
"devDependencies": {
"fengari-loader": "^0.0.1",