Hygiene: Include sourcemaps in the repo in the compiled assets folder

So that production code can be debugged properly. Independent source
maps files aren't loaded until the developer tools are open.

Change-Id: Ic8c3c10315d3a3be0f42505834005a3cab77d130
This commit is contained in:
joakin 2017-02-13 14:22:35 +01:00 committed by jdlrobson
parent f0f462ee0d
commit 908d4eed7e
4 changed files with 3 additions and 2 deletions

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
resources/ext.popups/index.js -diff -whitespace
resources/ext.popups/index.js.map -diff -whitespace

1
.gitignore vendored
View file

@ -2,4 +2,3 @@
/node_modules/
/vendor/
/composer.lock
resources/**/*.map

View file

@ -204,7 +204,6 @@
window.Redux = Redux;
window.ReduxThunk = ReduxThunk;
}( mediaWiki, __webpack_require__( 1 ), __webpack_require__( 32 ), __webpack_require__( 54 ), jQuery ) );
/***/ },

File diff suppressed because one or more lines are too long