Skip to content

Commit

Permalink
Fixed 4 unit test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Peacock committed Apr 24, 2014
1 parent f110b12 commit 826297a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nap.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module.exports.jst = (pkg, gzip = @gzip) =>
fingerprint = '-' + fingerprintForPkg('jst', pkg) if @mode is 'production'
src = (@cdnUrl ? @_assetsDir) + '/' + "#{pkg}#{fingerprint ? ''}.jst.js"
src += '.jgz' if gzip
return if filename.match /\.map$/ then "" else "<script src='#{src}' type='text/javascript'></script>"
return "<script src='#{src}' type='text/javascript'></script>"

expandAssetGlobs()

Expand Down

0 comments on commit 826297a

Please sign in to comment.