Skip to content

Replace grunt tasks with gulp#28

Merged
robbear merged 3 commits into
masterfrom
rb-gulp2
Dec 13, 2016
Merged

Replace grunt tasks with gulp#28
robbear merged 3 commits into
masterfrom
rb-gulp2

Conversation

@robbear

@robbear robbear commented Dec 13, 2016

Copy link
Copy Markdown
Contributor

Introduce gulp as BWC's task runner for builds. Old grunt tasks are stubbed out, but stay in the repository for review purposes.

  • Added simple minification to browserify build step.
  • Updated package.json -- Best to remove your current node_modules and run 'yarn install'
  • Break out source maps from built dist files for debugging purposes

If gulp fails to run in your environment, install gulp globally: 'npm install -g gulp-cli'

@robbear robbear merged commit 9bbfc5f into master Dec 13, 2016
@robbear robbear deleted the rb-gulp2 branch December 13, 2016 18:01
@oravecz

oravecz commented Dec 21, 2016

Copy link
Copy Markdown

All of the build dependencies (dev-dependencies usually) are in package.json as "dependencies"

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.

2 participants