Remove gulp, and babel dependencies

Open
#141 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript, node.js

Research direction

No files or tests are named. Start by tracing the current client-bundle build entry point and the dependency declarations for gulp and babel; replace that build path with a simple Node.js script using browserify. Done means the client bundle builds without gulp or babel and their dependencies can be removed.

Written by the indexing model from the issue text.

Description

These dependencies do very little (only to allow us to specify the order of tasks to build the client bundle). They introduce a large amount of sub-dependencies and they are a constant headache as they constantly raise vulnerability warnings over time.

It would be good to be able to build the client using only a simple Node.js script and browserify. No need for these clunky libraries which do almost nothing.

Dominant language
JavaScript
Stars
300
Forks
90
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from SocketCluster/socketcluster-client

All issues in SocketCluster/socketcluster-client

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.