Comparing version 0.4.6 to 0.4.7
@@ -5,3 +5,3 @@ var fs, path, async, watchFilesOnce, cached_files, watching, libs, root, parseFile, resolveDepend, resolveDependencyChain, collectDependencies, compile, extensions, __out = typeof exports != 'undefined' && exports || this; | ||
async = require('async'); | ||
watchFilesOnce = require('./watch'); | ||
watchFilesOnce = require('./watch').watchFilesOnce; | ||
cached_files = {}; | ||
@@ -8,0 +8,0 @@ watching = null; |
{ | ||
"name": "jspackage", | ||
"description": "build tool which adds client-side import syntax", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Andrew Kelley", |
@@ -42,5 +42,5 @@ Bundle client side code with inline dependency declaration syntax | ||
many times a file is depended upon. | ||
* Compiling CoffeeScript, JavaScript, Coco, and LiveScript source files are | ||
included out of the box. You can add more to the `compile.extensions` | ||
object. | ||
* Compiling CoffeeScript, JavaScript, Coco, LiveScript, and Iced CoffeeScript | ||
source files are included out of the box. You can add more to the | ||
`compile.extensions` object. | ||
- Or add support to the bottom of `src/jspackage.coffee` and submit a pull | ||
@@ -76,2 +76,3 @@ request. | ||
* Coco | ||
* Iced-Coffee-Script | ||
@@ -78,0 +79,0 @@ To add out-of-the-box support for another language, add it to the bottom of |
28657
109