chore(docs.angularjs.org): copy unminified angular files
e2e tests use the unminified files even in production deployment
This commit is contained in:
committed by
Martin Staffa
parent
9ba3d0070d
commit
00b482fd8b
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user