6

I have been struggling with this and would appreciate any help you can offer. I have a fresh install of sails and have configured it to use handlebars. It lift beautifully.

I have installed bower using

npm i sails-generate-bower

After a quick

bower install bootstrap --save

I can see that it has generated the core bootstrap files in

/bower_components //the root of my project

What do I do now to ensure that upon lift I have the Bootstrap files in the correct places?

Travis Webb
  • 14,688
  • 7
  • 55
  • 109
latitudehopper
  • 735
  • 2
  • 7
  • 23
  • possible duplicate of [How do I connect bower components with sails.js?](http://stackoverflow.com/questions/18139290/how-do-i-connect-bower-components-with-sails-js) – Nick F Jun 09 '15 at 10:14

1 Answers1

3

Their are many ways to do this.

You either configure your asset pipeline config/tasks/pipeline.js or HERE a similar question and valid answer.

Documentation

Community
  • 1
  • 1
Meeker
  • 5,979
  • 2
  • 20
  • 38