标签: node.js gruntjs npm sails.js bower
我一直在努力解决这个问题,并感谢您提供的任何帮助。 我全新安装了sails,并将其配置为使用把手。它很漂亮。
我已经使用
npm i sails-generate-bower
快速
bower install bootstrap --save
我可以看到它已经在
/bower_components //the root of my project
我现在该怎么做以确保在升降机时我将Bootstrap文件放在正确的位置?
答案 0 :(得分:3)
他们有很多方法可以做到这一点。
您可以为资产管道config/tasks/pipeline.js或HERE配置类似问题和有效答案。
config/tasks/pipeline.js
Documentation