adamayres / gulp-wrap

A gulp plugin to wrap the stream contents with a lodash template.
https://www.npmjs.com/package/gulp-wrap
MIT License
84 stars 17 forks source link

sometimes I don't want "${ }" be compliled as variables? #32

Open viktor-yang opened 8 years ago

viktor-yang commented 8 years ago

I need some back-end java variables such as ${appId} in my scripts, when I run gulp-wrap, it throw me the error oppeid is not defined and stop. Can I solve it?

adamayres commented 8 years ago

This might work for you: https://github.com/lodash/lodash/issues/772#issuecomment-62627137