mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 11:34:24 +03:00
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
// Loader to create the Ember.js application
|
|
/*global require */
|
|
|
|
if (!window.disableBoot) {
|
|
window.App = require('ghost/app')['default'].create();
|
|
}
|