README.md in jspreprocessor-0.0.2 vs README.md in jspreprocessor-0.0.3
- old
+ new
@@ -1,9 +1,10 @@
# JSPreprocessor
Like Browserify but the C way.
Include JavaScript files directly into your source code using #include 'somefile'
+Include files installed via bower with inclusion guards: #include <undsercore>
Use #define FOO bar to replace every instance of FOO with bar.
## Installation
Add this line to your application's Gemfile:
@@ -27,9 +28,10 @@
file.write processed_file
end
## JavaScript Usage
+ #include <underscore> // This will only work if you've installed underscore via bower
#include 'lib/stuff'
#define FOO bar
var s = new Stuff();