Skip to content

Commit

Permalink
Update grunt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyang committed Apr 20, 2015
1 parent ce59b76 commit b07d941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grunt.sh
@@ -1,5 +1,5 @@
run_grunt() {
if [ -f $build_dir/grunt.js ] || [ -f $build_dir/gruntfile.js ] || [ -f $build_dir/Gruntfile.coffee ]; then
if [ -f $build_dir/grunt.js ] || [ -f $build_dir/gruntfile.js ] || [ -f $build_dir/Gruntfile.js ] || [ -f $build_dir/Gruntfile.coffee ]; then
echo "-----> Found Gruntfile, running grunt heroku task"
if [ -f $build_dir/node_modules/grunt-cli/bin/grunt ]; then
$build_dir/node_modules/grunt-cli/bin/grunt heroku
Expand Down

0 comments on commit b07d941

Please sign in to comment.