Skip to content

Commit

Permalink
new windows scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Oct 19, 2014
1 parent 995e3bc commit 6a46090
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
1 change: 1 addition & 0 deletions win-dev-build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
start grunt dev
2 changes: 1 addition & 1 deletion win-dev.bat → win-dev-serve.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Use this file to start dev mode
rem Use this file to start dev mode

start /B grunt serve

Expand Down
13 changes: 13 additions & 0 deletions win-install.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
start /B npm install
start /B bower install

start /B npm update
start /B bower update

start /B npm install grunt-contrib-uglify --save-dev
start /B npm install grunt-contrib-jshint --save-dev
start /B npm install grunt-contrib-concat --save-dev
start /B npm install grunt-contrib-watch --save-dev
start /B npm install grunt-contrib-jade --save-dev
start /B npm install grunt-contrib-less --save-dev
start /B npm install grunt-contrib-connect --save-dev
start /B npm install grunt-contrib-copy --save-dev
start /B npm install grunt-contrib-coffee --save-dev

pause
1 change: 1 addition & 0 deletions win-release.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
start grunt build
6 changes: 0 additions & 6 deletions win-update-dependencies.bat

This file was deleted.

0 comments on commit 6a46090

Please sign in to comment.