Add bang so minification is easier

Depending on the minification that's used having the `/*! ... comment ..*/` is helpful.  I suggest adding the bang here so the custom builds do not have to modify the source that's generated and add a `!` to ensure they maintain the MIT copyright when minifying. 

I think it's the custom build that reads from this file to add the license.  I could be wrong, in which case, I hope the thing that does the custom build adds the `!` to the start of the copyright/license comment.
This commit is contained in:
Garry Polley
2015-01-07 16:16:57 -06:00
parent 1db6eee599
commit d07e407d17

View File

@@ -1 +1 @@
/* Modernizr 3.0.0pre (Custom Build) | MIT */
/*! Modernizr 3.0.0pre (Custom Build) | MIT */