mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Compile assets with grunt
- Made a helper called ghostScriptTags that will spit out the relevant script tags with version parameter; 4 unminified files in development, 1 minified file in production. - Added grunt concat and uglify tasks to build files into core/built - Fixed some unit tests by making them native date objects
This commit is contained in:
parent
06ef9a0e05
commit
13ea3de742
1 changed files with 1 additions and 1 deletions
2
ghost/admin/assets/vendor/shortcuts.js
vendored
2
ghost/admin/assets/vendor/shortcuts.js
vendored
|
@ -220,4 +220,4 @@ shortcut = {
|
|||
else if(ele.removeEventListener) ele.removeEventListener(type, callback, false);
|
||||
else ele['on'+type] = false;
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Reference in a new issue