Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #25 from jrit/master
Browse files Browse the repository at this point in the history
watch file should refer to envLocal
  • Loading branch information
jrit committed Aug 26, 2015
2 parents 82de13a + 562dc9b commit 79a38af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions grunt/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
scripts:
{
files: "<%= concat.scripts.src %>",
tasks: [ "envDev", "newer:jshint:dev", "concat:scripts", "replace" ]
tasks: [ "envLocal", "newer:jshint:dev", "concat:scripts", "replace" ]
},
styles:
{
Expand All @@ -28,13 +28,13 @@ module.exports = {
index:
{
files: "source/modules/_app/templates/index.html",
tasks: [ "envDev", "includeSource", "ejs", "replace" ]
tasks: [ "envLocal", "includeSource", "ejs", "replace" ]
},
templates:
{
options: { cwd: "<%= ngtemplates.build.cwd %>" },
files: "<%= ngtemplates.build.src %>",
tasks: [ "envDev", "ngtemplates", "replace" ]
tasks: [ "envLocal", "ngtemplates", "replace" ]
},
fonts:
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dominatr-grunt",
"version": "5.0.0",
"version": "5.0.1",
"description": "Build all the things!",
"scripts": {
"test": ""
Expand Down

0 comments on commit 79a38af

Please sign in to comment.