angular2-production-workflow icon indicating copy to clipboard operation
angular2-production-workflow copied to clipboard

Angular 2 production workflow with gulp and systemjs builder

Results 4 angular2-production-workflow issues
Sort by recently updated
recently updated
newest added
trafficstars

how to do css files bundling & minification? i have tried like this but getting error gulp.task('bundle:css', function () { return builder .buildStatic('workpermit/styles.css', 'workpermit/build/' + cssBundleName, { minify: true })...

Hi I run the "gulp dist" ,"dist" folder is generated , then I run "npm start" but the file is serving from "./" path I think it should serve from...

Hi, I saw your post on the Stackoverflow of bundle NG2 application. I followed your post and tried bundling my application as well. My folder structure is bit different then...