mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
1c07273f5a
No Issue - grunt-jscs@1.2.0 - Clean up some instances of multiple spaces. - Remove jscs:disable for regexes now that jscs better supports them.
6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
// Loader to create the Ember.js application
|
|
/*global require */
|
|
|
|
if (!window.disableBoot) {
|
|
window.App = require('ghost/app').default.create();
|
|
}
|