Skip to content

Commit c12e1ab

Browse files
committed
Build: Switch from npmcopy to direct include in node_modules
1 parent a3dab76 commit c12e1ab

File tree

5 files changed

+2
-4900
lines changed

5 files changed

+2
-4900
lines changed

Gruntfile.js

-11
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,6 @@ module.exports = function( grunt ) {
8686
]
8787
}
8888
},
89-
npmcopy: {
90-
all: {
91-
options: {
92-
destPrefix: "external"
93-
},
94-
files: {
95-
"qunit/qunit.js": "qunitjs/qunit/qunit.js",
96-
"qunit/qunit.css": "qunitjs/qunit/qunit.css",
97-
"qunit/LICENSE.txt": "qunitjs/LICENSE.txt" }
98-
}
99-
},
10089
uglify: {
10190
all: {
10291
files: {

external/qunit/LICENSE.txt

-35
This file was deleted.

0 commit comments

Comments
 (0)