Assets not loading in sails.js app

I have migrated from Arch Linux to Windows 7.

I have installed nodejs, npm, sails, grunt. I created a new sail project with sails new <name>

and started with sails lift

.

My assets won't be compiled or injected by sails..tmp / public doesn't exist either.

Can someone help me?

0


source to share


1 answer


Check this issue

https://github.com/balderdashy/sails/issues/3013



It is likely that Grunt is set to False by default, which means that the grunt worker thread is not creating your assets or creating a public web folder.

+2


source







All Articles