Skip to content

Instantly share code, notes, and snippets.

@tachymetre
Last active September 7, 2016 02:35
Show Gist options
  • Save tachymetre/c1cde5ffe294f31b78b1 to your computer and use it in GitHub Desktop.
Save tachymetre/c1cde5ffe294f31b78b1 to your computer and use it in GitHub Desktop.
UI-101 (Automation)
  1. What are Grunt and Yeoman? - Grunt is a JavaScript task runner. Its feature is automation. It can automatically perform tasks, like minification, compilation, unit testing - Yeoman is a generator, generating development environment. Yeoman has three parts: yo, bower, grunt - Steps of using Yeoman: Image of Yeoman development

  2. How to compress JavaScript code? - Install compress plugin in IDE (eg. YUI or UglifyJS in Webstorm) or using Grunt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment