Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

paths missing from config/build.config.js #766

Closed
gkalpak opened this issue Nov 25, 2014 · 0 comments
Closed

paths missing from config/build.config.js #766

gkalpak opened this issue Nov 25, 2014 · 0 comments
Assignees
Milestone

Comments

@gkalpak
Copy link
Member

gkalpak commented Nov 25, 2014

Currently gulp jshint fails and the reason seems to be that there isn't any paths property in buildConfig (https://github.com/angular/material/blob/master/gulpfile.js#L118):

gulp.task('jshint', function() {
    return gulp.src(
        buildConfig.paths.js.concat(buildConfig.paths.test)
    )
    ...
@gkalpak gkalpak changed the title buildConfig.paths missing paths missing from config/build.config.js Nov 25, 2014
@ThomasBurleson ThomasBurleson added this to the 0.7.0-rc1 milestone Dec 2, 2014
@ThomasBurleson ThomasBurleson assigned ajoslin and rschmukler and unassigned ajoslin Dec 2, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants