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