Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating gulp, webpack, babel #455

Merged
merged 78 commits into from
Feb 24, 2016
Merged

Conversation

AlexLMeow
Copy link
Contributor

No description provided.

paradite and others added 30 commits January 21, 2016 18:03
Merge branch 'gulp' into babel
@@ -4,3 +4,4 @@ build
components
/coverage
npm-debug.log
/.idea
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be put on global .gitignore

@digawp
Copy link
Contributor

digawp commented Feb 9, 2016

One outstanding issue: The worker test now outputs a engine.io.js into test/support/public folder as a result of migration from browserify to webpack. Need to remove it after the test

exclude: /(node_modules|bower_components)/,
loader: 'babel', // 'babel-loader' is also a legal name to reference
query: {
presets: ['react', 'es2015']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we use react.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay i think i will remove that

@nkzawa
Copy link
Contributor

nkzawa commented Feb 12, 2016

👍 basically, looks awesome to me.

}

function cleanFiles(globArray) {
console.log('cleaned generated files: ' + del.sync(globArray));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think no message is better for cleanup.

gulp.task("default", ["build"]);

gulp.task("build", function() {
return gulp.src(["lib/*.js", "lib/transports/*.js"], {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lib/**/*.js would be great here

rauchg added a commit that referenced this pull request Feb 24, 2016
Integrating gulp, webpack, babel
@rauchg rauchg merged commit 9748f6b into socketio:master Feb 24, 2016
@darrachequesne darrachequesne added this to the 1.7.0 milestone Oct 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants