Skip to content

Commit 3c1abf9

Browse files
committed
fix: copy web-animations-js when building
1 parent 5091753 commit 3c1abf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gruntfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ module.exports = function (grunt) {
122122
'./d3-plugins/**',
123123
'./mime-types/**',
124124
'./bluebird/js/browser/**',
125-
'./notifyjs/dist/**'
125+
'./notifyjs/dist/**',
126+
'./web-animations-js/*.js',
127+
'./web-animations-js/*.js.map'
126128
],
127129

128130
dest: './build/components/'

0 commit comments

Comments
 (0)