diff options
author | kpdecker <kpdecker@gmail.com> | 2011-07-30 10:33:40 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2011-07-30 10:33:40 -0500 |
commit | 2e77f1c777dab92e43b6b5cc288ee938a64fa6d9 (patch) | |
tree | c99364040f628afecd358b603e52b248e5d0c8de /README.markdown | |
parent | 8c49721c704013656e96a53903d3302e52b0e5e3 (diff) | |
download | handlebars.js-2e77f1c777dab92e43b6b5cc288ee938a64fa6d9.zip handlebars.js-2e77f1c777dab92e43b6b5cc288ee938a64fa6d9.tar.gz handlebars.js-2e77f1c777dab92e43b6b5cc288ee938a64fa6d9.tar.bz2 |
Remove the debug file (Suspect broken Due to missing class references)
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index 3cee789..89405bf 100644 --- a/README.markdown +++ b/README.markdown @@ -181,9 +181,7 @@ Building -------- To build handlebars, just run `rake release`, and you will get two files -in the `dist` directory. The debug version comes with stack trace -annotations for webkit browsers, but will slightly increase startup -time. +in the `dist` directory. Upgrading |