Sails not generating linker

▼魔方 西西 提交于 2019-12-11 11:37:11

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!