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

review nested default configurations #38

Open
maxklenk opened this issue Oct 4, 2015 · 0 comments
Open

review nested default configurations #38

maxklenk opened this issue Oct 4, 2015 · 0 comments

Comments

@maxklenk
Copy link
Member

maxklenk commented Oct 4, 2015

The following code (watch.js) uses sub objects like ng2html as own "tasks" but they will automatically included when the scripts task is included.

    if (config.scripts) {
      gulp.watch(config.scripts.src, ['scripts']);

      if (config.scripts.ng2html) {
        gulp.watch(config.scripts.ng2html.src, ['scripts']);
      }
    }
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

No branches or pull requests

1 participant