node.js - Assets not loading in sails.js app -


i moved arch linux windows 7.

i've installed nodejs, npm, sails, grunt. created new sails project sails new <name> , started sails lift.

my assets not compiled or injected sails. .tmp/public not exist, too.

maybe can me out?

check out issue

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

its grunt defaulting false, means grunt work flow not building assets or creating public web folder.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -