Comparing version 0.0.10 to 0.0.11
@@ -29,3 +29,3 @@ // Generated by CoffeeScript 1.8.0 | ||
version = conf.version || '0.0.0'; | ||
cache_control_file = __dirname + ("/." + name.cache_control); | ||
cache_control_file = __dirname + ("/." + name + ".cache_control"); | ||
concat_script_name = "/" + name + "-" + version + ".min.js"; | ||
@@ -32,0 +32,0 @@ tag = "<script src='" + concat_script_name + "', type='text/javascript'></script>"; |
@@ -29,3 +29,3 @@ // Generated by CoffeeScript 1.8.0 | ||
env = process.env.NODE_ENV || process.env.ENV || 'development'; | ||
if (env === 'production') { | ||
if (env !== 'production') { | ||
cache = new Production; | ||
@@ -32,0 +32,0 @@ tags = cache.route(conf); |
{ | ||
"name": "cetera", | ||
"description": "effortlessness, requirejs, packager, modules", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"author": "nomilous <nomilous@gmail.com", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -6,3 +6,3 @@ cetera | ||
### version 0.0.10 (high alpha) | ||
### version 0.0.11 (high alpha) | ||
@@ -9,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22388