hey guys. so right now invisible.js is dynamically served by the express.js app.
I need it to be compiled as part of my concatenated single main.js, for two reasons:
1) I have to minify it and
2) I have to serve it statically without an assets server
right now the only way to do it is to replicate lib/bundle.js code in my Grunt compile task.
it would be nice if in the future there would be a less hacky way to do it.
maybe just making lib/bundle.js more re-usable could be a starting point.