问题
I am trying to use associations with Sails.js 0.10, I generated my app with:
sails new name --template jade --linker
Application is running fine, but I don't see any assets/linker
folder as I did in version 0.9., are all files minified by default in 0.10?
回答1:
In 0.10 you don't need the "linker" folder, it will just compile and link everything in assets/js, assets/styles and assets/templates.
You can check the grunt files (in "tasks" root folder) to figure what's actually done there :).
来源:https://stackoverflow.com/questions/23704035/sails-not-generating-linker