2014-07-21 13:00:54 -05:00
|
|
|
// Loader to create the Ember.js application
|
|
|
|
/*global require */
|
|
|
|
|
2014-11-26 23:06:24 -05:00
|
|
|
if (!window.disableBoot) {
|
2015-01-16 13:03:16 -05:00
|
|
|
window.App = require('ghost/app').default.create();
|
2014-11-26 23:06:24 -05:00
|
|
|
}
|