Closed agarzola closed 5 years ago
This PR adds support for important (/*! */) comments for start/end tags as well as modules. Previously, important comments were only supported for block tags (i.e. /*! critical */). It also documents important comment support in the README.md.
/*! */
/*! critical */
README.md
Closes #17.
Looks about right. Will merge it and run some final tests on it. If all is okay, i'll publish this new version to NPM right away :)
published to npm 😄 Thanks for your help! Much appreciated!
This PR adds support for important (
/*! */
) comments for start/end tags as well as modules. Previously, important comments were only supported for block tags (i.e./*! critical */
). It also documents important comment support in theREADME.md
.Closes #17.