Assets not loading in sails.js app

2019-09-17 03:20发布

I moved from Arch Linux to Windows 7.

I've installed nodejs, npm, sails, grunt. I created a new sails project with sails new <name> and started it with sails lift.

My assets will be not compiled or injected by sails. .tmp/public does not exist, too.

Maybe someone can help me out?

1条回答
神经病院院长
2楼-- · 2019-09-17 03:44

Check out this issue

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

Its probably that Grunt is defaulting to False, which means the grunt work flow is not building your assets or creating the public web folder.

查看更多
登录 后发表回答