如何在sails.js中导入bootstrap.css

时间:2016-10-23 16:21:18

标签: node.js sails.js

在我的sails.js项目中包含bootstrap.css的最佳方法是什么?我已经安装了bootstrap npm包。

npm install bootstrap@3

我相信我想在assets/styles/importer.less中导入它但尚未使其正常工作。

1 个答案:

答案 0 :(得分:1)

看起来你可能不得不使用Grunt来编译less,尝试运行

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <version>1.4.1.RELEASE</version> </dependency> - 只是为了确保所有依赖项都被拉入

然后运行

npm install - 建立资产

http://sailsjs.org/documentation/concepts/assets/default-tasks#?less

https://github.com/gruntjs/grunt-contrib-less

https://github.com/WebDevStudios/CLI-Cheat-Sheet/blob/master/grunt-commands.md