Dustin Specker

Results 39 comments of Dustin Specker

Hmmm. That's interesting. I've been wanting to look into only building changed files during the watch phase, but I hadn't considered during a build/deploy phase. Are you all using `gulp...

I've been looking into https://github.com/contra/gulp-cached and https://github.com/ahaurw01/gulp-remember. I think we can manage this functionality when in dev stage. I'll experiment with this in the next few weekends.

Hi. Have you ran `npm install` before running `npm pack`?

Updated `gulp-typescript` to `v2.8.0` in 2f1727fae0f35dd880519b0a3ec3779a17e2f8f6.

Thank you for catching this. I agree that Gulp shouldn't spew out a stack trace for a Karma error. Just trying to understand: when Karma fails you're wanting the process...

This has been a pretty big issue for a while. ng-poly does not currently have a module bundler setup, so `import`/`export` aren't going to work. There's a part of me...

7d769cbd846a5dc575d0b0194e408f353c6d9371 Implements 1, 2 (ng-annotate), and 5. Minified Bower assets are manual.

Good catch! Here's the original Gulp style task, ``` javascript ... // less stream.queue(gulp.src([ appStyleFiles, bowerDir + 'bootstrap/less/bootstrap.less', '!**/*.{scss,styl}' ]) .pipe(less({ paths: [ bowerDir + 'bootstrap/less/**/*.less' ] }))) ; ......

06a9736e8599dcec3ea2783ce6afd314e2e263e2 The browserSync issue has been fixed. Thank you! In regards to using sourcemaps, I'm going to raise this up as another issue to also include support for sourcemaps when...

0d8df10508d3e07c716af37389f9e444115ea5da Bower components are automatically injected and minified