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
I added a options.wrapHeader and options.wrapFooter in the 2.0.0-1 pre-release that I think would make it easier to customise the output, let me know what you think?
Do you have a link to where in the style guide is the ;(function(){ header? I would like to set the defaults to match the style guide.
without the first ; which one can accomplish with options.wrapHeader and options.wrapFooter or, if I remember right, wrap: true.
Just for reference:
I set wrap: false (I already have a gulp task for the IIFE) but I wanted to add 'use strict'; to the generated file viaoptions.wrapHeader, which did not work :) I solved it by using my own template:
Use John Papas guide recommendation and isolate scope for constant.
The text was updated successfully, but these errors were encountered: