Skip to content

Commit 1a07ab4

Browse files
committed
Upgrade rollup and plugins to fix build
1 parent 2954cf8 commit 1a07ab4

File tree

4 files changed

+12757
-7
lines changed

4 files changed

+12757
-7
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/gh-pages
77
/jsdoc
88
/node_modules
9-
/package-lock.json
109
.DS_Store
1110
.idea
1211
.project

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function bowerTask() {
8080
}
8181

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

8686
function packageTask() {

0 commit comments

Comments
 (0)