Skip to content

Commit 8fda45f

Browse files
authored
Merge pull request #44 from aicore/webpack
webpack removal.
2 parents aa35e9a + 7205fd8 commit 8fda45f

6 files changed

Lines changed: 5 additions & 66 deletions

File tree

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Thumbs.db
1313
/src/JSUtils/node/node_modules
1414

1515
# ignore files copied from node_modules to src/thirdparty
16-
/src/thirdparty/preact
17-
/src/thirdparty/preact-test-utils
16+
# https://github.com/aicore/phoenix/issues/10
1817

1918
# ignore compiled files
2019
/dist
@@ -51,5 +50,3 @@ Thumbs.db
5150
# Files that can be automatically downloaded that we don't want to ship with our builds
5251
/src/extensibility/node/node_modules/request/tests/
5352

54-
# Files build by scripts
55-
/src/thirdparty/semver.browser.js

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,7 @@ module.exports = function (grunt) {
336336
grunt.registerTask('install', [
337337
'write-config:dev',
338338
'less',
339-
'npm-install-source',
340-
'pack-web-dependencies'
339+
'npm-install-source'
341340
]);
342341

343342
// task: test

src/thirdparty/preact-test-utils/preact-test-utils.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/thirdparty/preact/preact.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)