Skip to content

Instantly share code, notes, and snippets.

@lessless
Created February 12, 2015 15:29
Show Gist options
  • Select an option

  • Save lessless/bcc5ba38e75b34c9a5d8 to your computer and use it in GitHub Desktop.

Select an option

Save lessless/bcc5ba38e75b34c9a5d8 to your computer and use it in GitHub Desktop.
var pickFiles = require('broccoli-static-compiler');
var foundation = pickFiles('bower_components/foundation/scss/foundation', {
srcDir: '/',
files: ['**/*'],
destDir: '/assets/foundation'
});
var mergeTrees = require('broccoli-merge-trees');
module.exports = mergeTrees([app.toTree(), foundation], {
overwrite: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment