Skip to content

Commit

Permalink
browserfiles update
Browse files Browse the repository at this point in the history
  • Loading branch information
jlongster committed Mar 25, 2014
1 parent 2742026 commit ae8fea0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions browser/nunjucks-slim.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Browser bundle of nunjucks 1.0.1 (slim, only works with precompiled templates)
// Browser bundle of nunjucks 1.0.2 (slim, only works with precompiled templates)

(function() {
var modules = {};
Expand Down Expand Up @@ -730,7 +730,7 @@ var WebLoader = Loader.extend({

return { src: src,
path: name,
noCache: this.neverUpdate };
noCache: !this.neverUpdate };
}
},

Expand Down

0 comments on commit ae8fea0

Please sign in to comment.