Karnith / sails-generate-new-gulp

Generate a Sails app using gulp instead of grunt.
MIT License
34 stars 3 forks source link

Generate sails with gulp as default #3

Closed davidsoderberg closed 9 years ago

davidsoderberg commented 9 years ago

Hi, I can not get sails to make new apps with gulp instead of grunt. Could you get me any hint on how I have to do?

Karnith commented 9 years ago

Did you install the 4 generators and add the sailsrc file above the location where you want to create the new project? E.g. if your project is to be created at C:\newProject then rc fIle needs to be at C:.sailsrc

davidsoderberg commented 9 years ago

Now I see what I did wrong, I did not put .sailsrc at correct location :smile: