Skip to content

Instantly share code, notes, and snippets.

@timemachine3030
Created October 20, 2013 21:37
Show Gist options
  • Save timemachine3030/7075651 to your computer and use it in GitHub Desktop.
Save timemachine3030/7075651 to your computer and use it in GitHub Desktop.
Bootstrap 2.3.2 with grunt-usemin
compass: {
options: {
importPath: '<%= yeoman.app %>/bower_components',
}
},
copy {
dist: {
files: [{
src: [
'bower_components/sass-bootstrap/img/*',
]
}]
}
}
$iconSpritePath: "/bower_components/sass-bootstrap/img/glyphicons-halflings.png";
$iconWhiteSpritePath: "/bower_components/sass-bootstrap/img/glyphicons-halflings-white.png";
@import 'sass-bootstrap/lib/bootstrap';
@import 'sass-bootstrap/lib/responsive';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment