mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Upgrade grunt-jscs to fix whitespace linting.
No issue. - grunt-jscs@1.8.0 - Fix formatting
This commit is contained in:
parent
e50a1157fa
commit
ae0d2fce1d
4 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ app = new EmberApp({
|
||||||
outputPaths: {
|
outputPaths: {
|
||||||
app: {
|
app: {
|
||||||
js: assetLocation('ghost.js')
|
js: assetLocation('ghost.js')
|
||||||
// css: see config/environment.js (sassOptions)
|
// css: see config/environment.js (sassOptions)
|
||||||
},
|
},
|
||||||
vendor: {
|
vendor: {
|
||||||
js: assetLocation('vendor.js'),
|
js: assetLocation('vendor.js'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue