Any idea how I can autoload, concatenate and minify resources from node_modules when using npm as a package manager for a client side app created with angular?
1 Answer
yes.
simply install angular using npm install angular --save
then for minifing etc' you could use webpack or similar solutions