Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Changed asset delivery to web/admin/views (#923)
Browse files Browse the repository at this point in the history
refs #9178

- needs to be merged together with the server side PR (TryGhost/Ghost#9308)
- we have moved the admin folder location from server/admin to server/web/admin
  • Loading branch information
kirrg001 committed Dec 6, 2017
1 parent ebe7358 commit 412d27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asset-delivery/index.js
Expand Up @@ -30,7 +30,7 @@ module.exports = {
var fs = this.project.require('fs-extra'),
walkSync = this.project.require('walk-sync'),
assetsIn = results.directory + '/assets',
templateOutDir = '../server/admin/views',
templateOutDir = '../server/web/admin/views',
assetsOut = '../built/assets',
assets = walkSync(assetsIn);

Expand Down

0 comments on commit 412d27c

Please sign in to comment.