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...
This 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...
I 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 ...