Skip to content

Commit

Permalink
Added grunt bash scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdavenport committed Feb 16, 2018
1 parent 4bea22d commit 96631f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/nginx/1.13/bin/run-grunt-all
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
/usr/bin/grunt exec && /usr/bin/grunt less && /usr/bin/grunt watch

4 changes: 4 additions & 0 deletions images/nginx/1.13/bin/run-grunt-theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
[ -z "$1" ] && echo "Please specify a grunt configured theme (ex. luma)" && exit
/usr/bin/grunt exec:$@ && /usr/bin/grunt less:$@ && /usr/bin/grunt watch:$@

0 comments on commit 96631f9

Please sign in to comment.