Skip to content Skip to sidebar Skip to footer
Showing posts with the label Build Process

Sencha Touch 2.3 - Sass @mixin Breaks Sencha App Build

Just upgraded to Sencha Touch 2.3 - everything is great until I added my Sass mixins, and tried … Read more Sencha Touch 2.3 - Sass @mixin Breaks Sencha App Build

Gulp Tasks From Within Other Gulp Tasks?

I have a Gulp build task that is made up of other build tasks similar to this: gulp.task('build… Read more Gulp Tasks From Within Other Gulp Tasks?