docs: updated building from source docs
Showing
... | @@ -91,9 +91,9 @@ | ... | @@ -91,9 +91,9 @@ |
"npm": "^5.4.2" | "npm": "^5.4.2" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"webpack": "./node_modules/.bin/webpack --progress --colors --config scripts/webpack/webpack.dev.js", | "dev": "./node_modules/.bin/webpack --progress --colors --config scripts/webpack/webpack.dev.js", | ||
"watch": "./node_modules/.bin/webpack --progress --colors --watch --config scripts/webpack/webpack.dev.js", | "watch": "./node_modules/.bin/webpack --progress --colors --watch --config scripts/webpack/webpack.dev.js", | ||
"build": "./node_modules/grunt-cli/bin/grunt", | "build": "./node_modules/grunt-cli/bin/grunt build", | ||
"test": "./node_modules/grunt-cli/bin/grunt test", | "test": "./node_modules/grunt-cli/bin/grunt test", | ||
"watch-test": "./node_modules/grunt-cli/bin/grunt karma:dev" | "watch-test": "./node_modules/grunt-cli/bin/grunt karma:dev" | ||
}, | }, | ||
... | ... |
Please
register
or
sign in
to comment