Skip to content

Commit

Permalink
feat(config): set staticDir
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-le-singe committed Jan 9, 2017
1 parent 6c64e90 commit be032c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const paths = (dir = 'base') => {
globalStyles: base(config.DIR_SRC, config.DIR_GLOBAL_STYLES),
dist: base(config.DIR_READY_TO_DEPLOY, config.DIR_STATIC, config.DIR_DIST),
distServer: base(config.DIR_READY_TO_DEPLOY),
staticDir: base(config.DIR_STATIC),
build: base(config.DIR_BUILD),
server: base(config.DIR_SERVER),
test: base(config.DIR_TEST),
Expand Down

0 comments on commit be032c3

Please sign in to comment.