chore(docs.angularjs.org): copy unminified angular files

e2e tests use the unminified files even in production deployment
This commit is contained in:
Martin Staffa
2018-01-16 14:12:55 +01:00
committed by Martin Staffa
parent 9ba3d0070d
commit 00b482fd8b
+1 -1
View File
@@ -315,7 +315,7 @@ module.exports = function(grunt) {
files: [
// The source files are needed by the embedded examples in the docs app.
{
src: 'build/angular*.{js.map,min.js}',
src: 'build/angular*.{js,js.map,min.js}',
dest: 'uploadDocs/',
expand: true,
flatten: true