-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
>> SyntaxError: C:\PRJ\vtv\git\vantage-backend\Gruntfile.js:7
>> modulus-deploy: {
>> ^
>> Unexpected token -
As far as I can tell, your module name is invalid due to the hyphen. Am I missing something obvious? Below is my test Gruntfile (and I can't see any sign of using - in module names for any of my other projects)
module.exports = function(grunt) {
// Project configuration.
require('load-grunt-tasks')( grunt );
grunt.initConfig({
modulus-deploy: {
stage: {
options: {
project: "vantage-backend-stage"
}
},
production: {
options: {
project: "vantage-backend"
}
},
},
});
grunt.registerTask("default", [ "modulus-deploy" ]);
}
Metadata
Metadata
Assignees
Labels
No labels