0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/client/loader.js
Jason Williams 1c07273f5a Update grunt-jscs dependency
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.
2015-01-16 18:06:20 +00:00

6 lines
151 B
JavaScript

// Loader to create the Ember.js application
/*global require */
if (!window.disableBoot) {
window.App = require('ghost/app').default.create();
}