Picture of Matt Leathes
Re: Adapt v5.7.0 released!
by Matt Leathes - Tuesday, 25 August 2020, 5:55 PM
 

Oh, it also allows you to exclude plugins from the 'production' build so, if you like to use something like adapt-devtools during development (you should, it's really useful!), you can ensure it won't be included when you do grunt build by adding this to config.json:

"build": {
    "productionExcludes": [
        "adapt-devtools"
    ]
}