The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

A Command Line Tool For JS Projects – grunt

grunt is a Node command line tool to make some actions easier when making JavaScript projects.

gruntjs A Command Line Tool For JS Projects   grunt

The library makes doing the above actions a lot easier.

grunt features a rather useful way of doing things through tasks. Tasks can be aliased, new tasks can be created, and some globals are used in tasks as well for code shortening (the globals don’t appear too harmful for this project).

Overall, grunt is a well-documented and useful tool for node projects.

Manage WordPress Blogs

Comments: