Skip to content

Commit c32b689

Browse files
author
黄书伟
committed
add packages
1 parent 6ee61d1 commit c32b689

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"extract-text-webpack-plugin": "^2.1.2",
4545
"file-loader": "^0.11.2",
4646
"fs-extra": "^4.0.1",
47+
"gulp": "^3.9.1",
48+
"gulp-cssimport": "^6.0.0",
49+
"gulp-cssmin": "^0.2.0",
4750
"highlight.js": "^9.12.0",
4851
"html-loader": "^0.4.3",
4952
"html-minify-loader": "^1.1.0",
@@ -68,9 +71,12 @@
6871
"scripts": {
6972
"build": "webpack --env.build",
7073
"dev": "webpack-dev-server --env.dev",
71-
"build:libs": "node build/build-libs.js",
74+
"build:remove": "node build/build-remove.js",
75+
"build:js": "node build/build-js.js",
76+
"build:copy": "node build/build-copy-files.js",
77+
"build:themes": "gulp build --gulpfile build/build-themes.js",
7278
"build:umd": "webpack --env.umd --config build/webpack.umd.config.js",
73-
"build:all": "npm run build:libs && npm run build:umd"
79+
"build:all": "npm run build:remove && npm run build:copy && npm run build:js && npm run build:themes && npm run build:umd"
7480
},
7581
"bugs": {
7682
"url": "https://github.com/huangshuwei/vue-easytable/issues"

0 commit comments

Comments
 (0)