-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
5 changed files
with
16 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
start grunt dev |
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,4 +1,4 @@ | ||
; Use this file to start dev mode | ||
rem Use this file to start dev mode | ||
|
||
start /B grunt serve | ||
|
||
|
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,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 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
start grunt build |
This file was deleted.
Oops, something went wrong.