1.0.0 • Published 10 years ago

jpp v1.0.0

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
10 years ago

jpp

browserify v2 plugin for cpp like preprocessing

example

foo.coffee:

console.log("here I am")
#ifdef DEBUG
console.log("DEBUG: post here I am")
#endif

now when you use browserify command, or your own build script, and you include --DDEBUG on the command line, two line will be logged. If you don't include this argument on the command line, one line will be printed.

1.0.0

10 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago