Skip to content

Commit

Permalink
Adding nodeRequires setting to allow node libs to be required by nati…
Browse files Browse the repository at this point in the history
…ve node require.
  • Loading branch information
Burcu Dogan committed Mar 22, 2012
1 parent a7ea4eb commit 7cf95ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions closure.json
@@ -1,4 +1,5 @@
{
additionalDeps:['deps.js'],
nodeRequires: ['fs', 'path', 'hogan.js'], // Explicitly uses node require for given packages
closureBasePath:'third_party/tartJS/third_party/goog/goog/'
}

0 comments on commit 7cf95ad

Please sign in to comment.