Skip to content

Commit

Permalink
Upgrade rollup and plugins to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Sep 3, 2019
1 parent 2954cf8 commit 1a07ab4
Show file tree
Hide file tree
Showing 4 changed files with 12,757 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -6,7 +6,6 @@
/gh-pages
/jsdoc
/node_modules
/package-lock.json
.DS_Store
.idea
.project
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -80,7 +80,7 @@ function bowerTask() {
}

function buildTask() {
return run('rollup/bin/rollup', ['-c', argv.watch ? '--watch' : '']);
return run('rollup/dist/bin/rollup', ['-c', argv.watch ? '--watch' : '']);
}

function packageTask() {
Expand Down

0 comments on commit 1a07ab4

Please sign in to comment.