1. A noble servant, carrying out various duties for the sovereign. Associated with hard toil. 2. Your new favorite web application stack and development tool.http://yeoman.io
(jquery, bootstrap, etc …) 2. setup dev environments (Apache, localhost) 3. write code (what we are paid to do) 4. refresh browser all the time (manually) 5. fix bugs and solve common problems (we get paid for that too) 6. test on various screen resolutions (and manually refresh) 7. make code production ready (minify and concatenate) 8. commit to version control system
2. setup dev environments (Apache, localhost) 3. write code (what we are paid to do) 4. refresh browser all the time (manually) 5. fix bugs and solve common problems (we get paid for that too) 6. test on various screen resolutions (and manually refresh) 7. make code production ready (minify and concatenate) 8. commit to version control system Basic / Typical Workflow
@imports Remove debugging statements Compress images Precompile templates Run tests in a variety of environments Revs asset paths for caching Affirm code quality Zero environment config Keep externals outside your repo Live reload
Browsers/Devices grunt-uncss Remove unused CSS across your project at build time grunt-responsive-images Generate multi-resolution (responsive) screenshots grunt-autoprefixer Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. grunt-datauri create base64 encoded data-uris for css from images grunt-connect-proxy Provides a http proxy as middleware for grunt connect. grunt-assets-versioning Versioning static assets with Grunt grunt-remove-logging Grunt task to remove console logging statements grunt-selenium Run Selenium suite grunt-contrib-imageoptim Lower page-weight by applying optimizations to JPG/PNG/Gif