Skip to content

Commit aa35e9a

Browse files
authored
Merge pull request #43 from aicore/thirdparty
Direct integration preact-compat, simulate-event, xtend, acorn
2 parents 2c211a1 + 2da5c60 commit aa35e9a

12 files changed

Lines changed: 11502 additions & 42 deletions

File tree

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ Thumbs.db
1414

1515
# ignore files copied from node_modules to src/thirdparty
1616
/src/thirdparty/preact
17-
/src/thirdparty/preact-compat
1817
/src/thirdparty/preact-test-utils
19-
/src/thirdparty/simulate-event
20-
/src/thirdparty/xtend
21-
/src/thirdparty/acorn
2218

2319
# ignore compiled files
2420
/dist

Gruntfile.js

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -133,44 +133,7 @@ module.exports = function (grunt) {
133133
]
134134
},
135135
thirdparty: {
136-
files: [
137-
{
138-
expand: true,
139-
flatten: true,
140-
dest: 'src/thirdparty/preact-compat',
141-
cwd: 'src/node_modules/preact-compat',
142-
src: [
143-
'dist/preact-compat.min.js'
144-
]
145-
},
146-
{
147-
expand: true,
148-
flatten: true,
149-
dest: 'src/thirdparty/simulate-event',
150-
cwd: 'src/node_modules/simulate-event',
151-
src: [
152-
'simulate-event.js'
153-
]
154-
},
155-
{
156-
expand: true,
157-
flatten: true,
158-
dest: 'src/thirdparty/xtend',
159-
cwd: 'src/node_modules/xtend',
160-
src: [
161-
'mutable.js',
162-
'immutable.js'
163-
]
164-
},
165-
{
166-
expand: true,
167-
dest: 'src/thirdparty/acorn',
168-
cwd: 'src/node_modules/acorn',
169-
src: [
170-
'dist/{,*/}*'
171-
]
172-
}
173-
]
136+
files: []
174137
}
175138
},
176139
cleanempty: {

src/thirdparty/acorn/dist/acorn.es.js

Lines changed: 3696 additions & 0 deletions
Large diffs are not rendered by default.

src/thirdparty/acorn/dist/acorn.js

Lines changed: 3727 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)