In a project I'm trying to do, I'm perplexed by the thought of what to utilize with typescript. My project deals with Electron - so I would like a good and convenient experience for watching and debugging. Also I'm tending towards Angular 2 instead o...
HHVignesH and 1 more commentedThis is my gruntfile config. What am I doing wrong? browserSync: { bsFiles: { src : ['assets/stylesheets/*.css', '/*.php'] }, options: { watchTask: true, server: { baseDir: "avic" } } } File path to my pr...
NKDenny and 1 more commentedI have created very good Angular.js (1.4) starter project based on "components" directory structure and used Sass as css compiler with very handy Grunt configuration for ngtemplates,livereload,extensions, etc. Do you guys want me to upload ...
KMKoh and 1 more commented