-
Notifications
You must be signed in to change notification settings - Fork 725
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef51268
commit 1ea55f8
Showing
4 changed files
with
6 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,17 @@ | ||
.PHONY: build | ||
|
||
watch: | ||
@./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --colors --host=0.0.0.0 | ||
|
||
install: | ||
bower install | ||
npm install | ||
./node_modules/protractor/bin/webdriver-manager update | ||
|
||
run: | ||
@./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --colors --host=0.0.0.0 & | ||
@grunt | ||
|
||
build-dev: | ||
@./node_modules/webpack/bin/webpack.js --progress | ||
@echo "Files build/ng-admin.min.css and build/ng-admin.min.js updated (no minification)" | ||
|
||
build: | ||
@NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p --progress | ||
@echo "Files build/ng-admin.min.css and build/ng-admin.min.js updated (with minification)" | ||
@cp build/ng-admin* examples/blog/build | ||
@echo "Demo updated!" | ||
|
||
test: | ||
test: build | ||
@grunt test:local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters