I want to exclude a particular javascript file (modernizr) from the pipeline because I want it to load separately.
I want to load Modernizr at the beginning and the rest of my javascript concatenated at the end.
Is there way to do the opposite of a require in the asset pipeline in 3.1? ie. an exclude?
Thanks in advance.
Adam.