Skip to content

Instantly share code, notes, and snippets.

@boutell
Created June 10, 2016 19:45
Show Gist options
  • Save boutell/01d6bda1956a295c3cbf5fe29ef2c330 to your computer and use it in GitHub Desktop.
Save boutell/01d6bda1956a295c3cbf5fe29ef2c330 to your computer and use it in GitHub Desktop.
Minify correctly in A2 0.6
// FOR 0.6
module.exports = {
modules: {
'apostrophe-assets': {
minify: true
}
}
};
// ***OR***, FOR 0.5
module.exports = {
minify: true
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment