1.0.0 • Published 9 years ago

jpp v1.0.0

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
9 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

9 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago