Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 00b482f

Browse files
committed
chore(docs.angularjs.org): copy unminified angular files
e2e tests use the unminified files even in production deployment
1 parent 9ba3d00 commit 00b482f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ module.exports = function(grunt) {
315315
files: [
316316
// The source files are needed by the embedded examples in the docs app.
317317
{
318-
src: 'build/angular*.{js.map,min.js}',
318+
src: 'build/angular*.{js,js.map,min.js}',
319319
dest: 'uploadDocs/',
320320
expand: true,
321321
flatten: true

0 commit comments

Comments
 (0)