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

Enable the use of babel configuration for Gulp. #126

Merged
merged 1 commit into from
Jul 10, 2015

Conversation

JacopKane
Copy link
Contributor

Enable the use of babel configuration for Gulp.

noseglid added a commit that referenced this pull request Jul 10, 2015
Enable the use of babel configuration for Gulp.
@noseglid noseglid merged commit 52e8c77 into noseglid:master Jul 10, 2015
@noseglid
Copy link
Owner

Thanks! :)

@JacopKane
Copy link
Contributor Author

I didn't test it that much but it's also working with included tasks (my default task is under tasks/default.js for i.e.):

import env from './build/env';
import requireDir from 'require-dir';
import gulp from 'gulp';
import LoadPlugins from 'gulp-load-plugins';

const plugins = LoadPlugins();

requireDir(`./${env.DIR_BUILD}/${env.DIR_TASK}`);

plugins.npmScriptSync(gulp);

Also not sure what to do with more advanced task parsing support right now though 😐

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