You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: Gruntfile.js
+16-7Lines changed: 16 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ module.exports = function (grunt) {
65
65
cwd: 'src/',
66
66
src: [
67
67
'nls/{,*/}*.js',
68
+
'package.json',
69
+
'npm-shrinkwrap.json',
68
70
'xorigin.js',
69
71
'dependencies.js',
70
72
'thirdparty/requirejs/require.js',
@@ -278,11 +280,6 @@ module.exports = function (grunt) {
278
280
vendor : [
279
281
'test/polyfills.js',/* For reference to why this polyfill is needed see Issue #7951. The need for this should go away once the version of phantomjs gets upgraded to 2.0 */
0 commit comments