1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +02:00

minification

This commit is contained in:
Pomax
2017-03-20 18:48:30 -07:00
parent 7eda923398
commit 77af5dd6ca
3 changed files with 53 additions and 99385 deletions

49718
article.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -8,7 +8,7 @@
"build": "run-s localize less build:** default",
"default": "node copy-default-locale",
"postbuild": "node buildmark",
"build:en-GB": "webpack",
"build:en-GB": "webpack -p",
"build:zh-CN": "cross-env LOCALE=zh-CN webpack -p",
"build:ja-JP": "cross-env LOCALE=ja-JP webpack -p",
"dev": "npm run localize && npm run less && webpack-dev-server --progress --colors --hot --inline",