Merge pull request #1245 from roots/bootstrap-sass-example

Add example of how to use bootstrap-sass
This commit is contained in:
Ben Word
2015-01-09 17:57:19 -06:00
3 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
// How to get started using Bootstrap Sass:
//
// 1. Run `bower install bootstrap-sass-official --save`
// 2. Rename this file to `main.scss` and remove `main.less`
// 3. Update the `assets/manifest.json` styles dependenies to change `main.less` to `main.scss`
//
// Feel free to remove this file if you're using LESS
// bower:sass
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap.scss";
// endbower

View File

@@ -33,6 +33,27 @@
"./fonts/glyphicons-halflings-regular.ttf",
"./fonts/glyphicons-halflings-regular.woff"
]
},
"bootstrap-sass-official": {
"main": [
"./assets/stylesheets/_bootstrap.scss",
"./assets/javascripts/transition.js",
"./assets/javascripts/alert.js",
"./assets/javascripts/button.js",
"./assets/javascripts/carousel.js",
"./assets/javascripts/collapse.js",
"./assets/javascripts/dropdown.js",
"./assets/javascripts/modal.js",
"./assets/javascripts/tooltip.js",
"./assets/javascripts/popover.js",
"./assets/javascripts/scrollspy.js",
"./assets/javascripts/tab.js",
"./assets/javascripts/affix.js",
"./assets/fonts/glyphicons-halflings-regular.eot",
"./assets/fonts/glyphicons-halflings-regular.svg",
"./assets/fonts/glyphicons-halflings-regular.ttf",
"./assets/fonts/glyphicons-halflings-regular.woff"
]
}
}
}

View File

@@ -41,7 +41,7 @@
"gulp-postcss": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^2.0.1",
"gulp-sass": "^1.1.0",
"gulp-sass": "^1.2.4",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "^1.0.1",
"imagemin-pngcrush": "^4.0.0",