mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Add initial client unit test.
This commit is contained in:
parent
a1ab6b4a13
commit
404743f170
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
// Loader to create the Ember.js application
|
||||
/*global require */
|
||||
|
||||
window.App = require('ghost/app')['default'].create();
|
||||
if (!window.disableBoot) {
|
||||
window.App = require('ghost/app')['default'].create();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue