From c7f8626040415d76a0b060b477e86cf9842197f9 Mon Sep 17 00:00:00 2001 From: yangit Date: Fri, 24 May 2013 15:03:20 +0800 Subject: [PATCH] Coffee sourceMaps! --- Makefile | 3 +- README.md | 1 + browser/browser.debug.js | 8127 ++++++++++++++++++++++++++++++++++++++ browser/browser.js | 8 +- 4 files changed, 8134 insertions(+), 5 deletions(-) create mode 100644 browser/browser.debug.js diff --git a/Makefile b/Makefile index 46a752283a..ba06733c21 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,3 @@ compile: - ./node_modules/browserify/bin/cmd.js -t coffeeify ./script/index.js > browser/browser.js \ No newline at end of file + ./node_modules/browserify/bin/cmd.js -t coffeeify ./script/index.js > browser/browser.js + ./node_modules/browserify/bin/cmd.js -t coffeeify --debug ./script/index.js > browser/browser.debug.js \ No newline at end of file diff --git a/README.md b/README.md index 6efa08f084..69ff95c266 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Shared resources useful for the multiple HabitRPG repositories, that way all the * `var shared = require('./index.js')` or `require('./script/algos.coffee')` if you only need one file. * Browser * Use `