Skip to content

Commit

Permalink
Moved dep file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
angelini committed Jul 7, 2011
1 parent 5a3d1f1 commit 8cefa00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rocket_main.js
Expand Up @@ -517,14 +517,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 8cefa00

Please sign in to comment.