Browse Source

fix build

master
Rich Harris 8 years ago
parent
commit
539c31fc78
  1. 2
      gobblefile.js

2
gobblefile.js

@ -70,7 +70,7 @@ module.exports = gobble([
.moveTo( 'guide' ),
// node_modules
gobble( 'node_modules/rollup/dist' ),
gobble( 'node_modules/rollup/dist/rollup.browser.js' ),
gobble( 'node_modules/ractive' )
.include( 'ractive.js' )

Loading…
Cancel
Save