You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be within the scope of this extension to do something similar to what js_pipeline does and provide a js function, which will produce the code required to display the script in the browser?
Yes, absolutely. I'll merge this and ship right away if you PR this in. It should be something like browserify() though, so as not to duplicate the js function in case for some reason someone is using both extensions 😀
Would it be within the scope of this extension to do something similar to what
js_pipeline
does and provide ajs
function, which will produce the code required to display the script in the browser?Something similar to this perhaps: https://github.com/carrot/roots-js-pipeline/blob/master/lib/index.coffee#L47
The text was updated successfully, but these errors were encountered: