Created
February 4, 2015 20:34
-
-
Save ivanvanderbyl/1c6247b5429961317b70 to your computer and use it in GitHub Desktop.
Tomster compatible brocfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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