FAQ/How-To-Minify-CSS-Files.md
... ...
@@ -1,10 +1,12 @@
1
+#How To Minify CSS Files
2
+
1 3
[[_TOC_]]
2 4
3
-#Introduction
5
+##Introduction
4 6
5 7
Izenda uses a host of minified files for performance improvement. When making updates the the .CSS files or occasionally when updating, the minified versions (.min.css) of the CSS files will need to be updated or generated. This can be done using Grunt.
6 8
7
-# Instructions
9
+## Instructions
8 10
9 11
1. Go to nodejs.org and download the latest version of NodeJS.
10 12
2. Open your command line and type **_npm install -g grunt-cli_**