+1
-1
@@ -211,3 +211,3 @@ // Generated by CoffeeScript 1.5.0 | ||
| output = eco.precompile(source); | ||
| return converted(null, output, opts); | ||
| return converted(null, "module.exports= " + output + ";", opts); | ||
| }; | ||
@@ -214,0 +214,0 @@ }); |
+1
-1
| { | ||
| "name": "assembot", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Simple asset assembly bot for compiling/combining client-side js and css files.", |
@@ -156,3 +156,3 @@ path= require 'path' | ||
| output= eco.precompile source | ||
| converted null, output, opts | ||
| converted null, """module.exports= #{output};""", opts | ||
@@ -159,0 +159,0 @@ addJsConvertor '.ejs', 'ejs', (ejs)-> |
62427
0.08%