Skip to content

Instantly share code, notes, and snippets.

@ivanvanderbyl
Created February 4, 2015 20:34
Show Gist options
  • Save ivanvanderbyl/1c6247b5429961317b70 to your computer and use it in GitHub Desktop.
Save ivanvanderbyl/1c6247b5429961317b70 to your computer and use it in GitHub Desktop.
Tomster compatible brocfile
/* global require, module */
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
var app = new EmberApp({
fingerprint: {
prepend: process.env.ASSETS_PREPEND
}
});
module.exports = app.toTree();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment