diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-05-02 13:28:03 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-05-02 13:28:03 +0000 |
| commit | aa237f78587bdac1b87e25144f1f5cac61b24f86 (patch) | |
| tree | a277f8f80919b836b507b35a5ba246b629b6ab1a | |
| parent | add index (diff) | |
| download | mmm-aa237f78587bdac1b87e25144f1f5cac61b24f86.tar.gz mmm-aa237f78587bdac1b87e25144f1f5cac61b24f86.zip | |
add submodule tracking gh-pages
| -rw-r--r-- | .gitmodules | 4 | ||||
| m--------- | dist | 0 | ||||
| -rw-r--r-- | package.json | 2 |
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", |
