wilr / grunt-shopify

Grunt plug-in for publishing Shopify theme assets
BSD 3-Clause "New" or "Revised" License
107 stars 32 forks source link

"Loading "shopify.js" tasks...ERROR" after updating to 1.0.1 from 1.0.0 #69

Closed QuintinS closed 7 years ago

QuintinS commented 7 years ago

After updating to the latest version, I receive this error when running a watch tasks with grunt-shopify@1.0.1:

Loading "shopify.js" tasks...ERROR

Rolling back to 1.0.0 fixed this issue.

"devDependencies": { "glob": "~3.2.3", "growl": "^1.7.0", "grunt": "^1.0.1", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-nodeunit": "^1.0.0", "grunt-contrib-uglify": "^3.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-shopify": "^1.0.0" }

wilr commented 7 years ago

Try 1.0.2. There was a syntax error that sneaked in.