Jackdaw's Nest

CSS & JS Minification

2015-10-28

I just installed some tools for CSS and Javascript minification and concatenating. This time I wanted something simple and lightweight and I didn't use Gulp like I usually do.

I installed Sass gem and UglifyJS and use them from the command line. This is a pretty simple and easy to get started approach for a small project.