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

Commit 74a2808

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

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
@@ -328,7 +328,7 @@ module.exports = function(grunt) {
328328
files: [
329329
// The source files are needed by the embedded examples in the docs app.
330330
{
331-
src: 'build/angular*.{js.map,min.js}',
331+
src: 'build/angular*.{js,js.map,min.js}',
332332
dest: 'uploadDocs/',
333333
expand: true,
334334
flatten: true

0 commit comments

Comments
 (0)