[AngularJS] Re: Minification of angular files

2015-03-17 Thread Satish B
GULPJS is really confusing me :( It is used on the client side right? I want to just concatinate and minify my angular files like - services.js, filter.js, controller.js and if possible bootstrap files. Hope all this is possible? Still not able to figure out :( On Monday, March 16, 2015 at

Re: [AngularJS] Re: Minification of angular files

2015-03-17 Thread Volodymyr Stolyarchuk
yes, it is possible and tools like gulp or grunt is most simple for this tasks) On Tue, Mar 17, 2015 at 12:36 PM, Satish B technotip.commun...@gmail.com wrote: GULPJS is really confusing me :( It is used on the client side right? I want to just concatinate and minify my angular files like -

Re: [AngularJS] Re: Minification of angular files

2015-03-17 Thread Luke Kende
Personally use Codekit (Mac) for both minification and sass compilation. It may be simpler to start with for you, maybe not, but throwing out something else to offer. On Tuesday, March 17, 2015 at 5:13:30 AM UTC-6, Volodymyr Stolyarchuk wrote: yes, it is possible and tools like gulp or grunt