Skip to content

Commit

Permalink
updated shared scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
HelpfulScripts committed Apr 15, 2019
1 parent 93c939b commit 4310bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
script: grunt travis
cache:
directories:
- "node_mod"
- "node_modules"
notifications:
email:
recipients:
Expand Down
2 changes: 1 addition & 1 deletion sharedGruntConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = (grunt, dir, dependencies, type, lib) => {
}
]},
html: { files: [
{ expand:true, cwd: devPath+'/staging/', // docs index.html from staging
{ expand:true, cwd: devPath+'/local/', // docs index.html from staging
src:['index.html'], dest:'docs'
}
]},
Expand Down

0 comments on commit 4310bf7

Please sign in to comment.