Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Gulpfile fixes #81

Merged
merged 1 commit into from
Sep 9, 2014
Merged

Gulpfile fixes #81

merged 1 commit into from
Sep 9, 2014

Conversation

usirin
Copy link
Member

@usirin usirin commented Sep 9, 2014

This PR removes deprecated gulp-clean module, and replaces it with gulp-rimraf.

Also, updates the browserify not to pass bundleOptions.

This PR only introduces the gulpfile changes, tests will be updated in another PR.

@@ -35,12 +35,12 @@ checkParam = (param) -> !(param in ['0', 0, no, 'false', 'no', 'off', '', undefi
log = (color, message) ->
gutil.log gutil.colors[color] message

gulpBrowserify = (options, bundleOptions) ->
gulpBrowserify = (options) ->
options.extensions or= ['.coffee']
bundleOptions or= {}
Copy link
Member

Choose a reason for hiding this comment

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

need to remove this line, errs.

sinan added a commit that referenced this pull request Sep 9, 2014
@sinan sinan merged commit a61fb3c into koding:master Sep 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants