8a0b08b1 by Adam Heath

Add uglification of requirejs output files.

1 parent 3049f160
{
"name": "grunt-monty-python",
"version": "2016.05.25-0",
"version": "2016.05.25-1",
"ignore": [
"**/.*",
"node_modules",
......
......@@ -627,6 +627,16 @@ module.exports = function (grunt) {
src: [
'**/*.js',
]
}, {
expand: true,
dot: true,
cwd: 'dist/build/scripts',
dest: 'dist/build/scripts',
src: [
'**/*.js',
'!config.js',
'!defaults/**/*.js',
]
}]
};
}
......
{
"name": "grunt-monty-python",
"version": "2016.05.25-0",
"version": "2016.05.25-1",
"description": "Build system for grunt",
"license": "BSD",
"repository": {
......