nwjs / grunt-nw-builder

Build NW.js applications for Mac, Windows and Linux using Grunt

Home Page:https://www.npmjs.com/package/grunt-nw-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verifying property clean.build exists in config... ERROR

derekstavis opened this issue · comments

I'm porting an existing project to use grunt-nw-builder. The Gruntfile has lots of stuff to compile the sources to build directory, where the production application stays after it's compiled.

I just copied the initConfig and the loadNpmTasks from this repo README and pasted accordingly to project structure and now when I run grunt it breaks with this message:

Verifying property clean.build exists in config... ERROR

If I remove the initConfig it works. There should be something conflicting with my project structure. Any clues about that?

Sorry, no I don't. I haven't used Grunt much myself. clean.build doesn't exist anywhere in this project though. So maybe you broke some of your own Grunt config?