Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' of git@github.com:glesperance/node-r…
Browse files Browse the repository at this point in the history
…ocket.git
  • Loading branch information
Gabriel Lesperance committed Jul 7, 2011
2 parents f1c6fde + 8cefa00 commit 2efc0be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rocket_main.js
Expand Up @@ -523,14 +523,14 @@ var rocket = {
//extend the jade engine with our filters
var jade = require('jade');

//build _rocket_index for browserify
build_libs_index(app.rocket.app_dir);

app.browserify = require('browserify')({
mount : '/browserify.js'
, require: path.join(app.rocket.app_dir, CLIENT_LIBS_DIR, CLIENT_LIBS_INDEX_FILENAME)
, watch: true
});

//build _rocket_index for browserify
build_libs_index(app.rocket.app_dir);

//default configuration
app.configure(function() {
Expand Down

0 comments on commit 2efc0be

Please sign in to comment.