File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments