Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Fix #87
Browse files Browse the repository at this point in the history
  • Loading branch information
greypants committed Jan 27, 2015
1 parent bcf1ecf commit 8ab54ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gulp/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ module.exports = {
// Additional file extentions to make optional
extensions: ['.coffee', '.hbs'],
// list of modules to make require-able externally
require: ['jquery', 'underscore']
require: ['jquery', 'backbone/node_modules/underscore']
// See https://github.com/greypants/gulp-starter/issues/87 for note about
// why this is 'backbone/node_modules/underscore' and not 'underscore'
}, {
entries: src + '/javascript/page.js',
dest: dest,
Expand Down

0 comments on commit 8ab54ca

Please sign in to comment.