Skip to content

Instantly share code, notes, and snippets.

@jorgedavila25
Created April 3, 2014 19:21
Show Gist options
  • Save jorgedavila25/9961033 to your computer and use it in GitHub Desktop.
Save jorgedavila25/9961033 to your computer and use it in GitHub Desktop.
// Brocfile.js
...
bootstrapCSS = pickFiles(vendor, {
srcDir: '/bootstrap/dist/css',
files: ['bootstrap.css'],
destDir: '/assets/'
});
...
var outputTrees = [
applicationJs,
publicFiles,
styles,
fonts,
bootstrapCSS
];
// app.css file
@import url('bootstrap.css');
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment