Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandrokeil/grunt-optimized-build-example
Learn how to make your Grunt tasks faster and have a fully fledged front-end build process with optimized assets and code quality assurance tools.
https://github.com/sandrokeil/grunt-optimized-build-example
autoloader grunt grunt-task optimized-assets parallelize
Last synced: 16 days ago
JSON representation
Learn how to make your Grunt tasks faster and have a fully fledged front-end build process with optimized assets and code quality assurance tools.
- Host: GitHub
- URL: https://github.com/sandrokeil/grunt-optimized-build-example
- Owner: sandrokeil
- Created: 2015-07-13T16:48:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T19:11:49.000Z (over 9 years ago)
- Last Synced: 2024-10-10T10:11:25.456Z (about 1 month ago)
- Topics: autoloader, grunt, grunt-task, optimized-assets, parallelize
- Language: JavaScript
- Homepage: https://sandro-keil.de/blog/2015/07/13/autoloading-grunt-tasks-concurrently-with-optimized-assets/
- Size: 492 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grunt optimized build example
> Autoloading of Grunt tasks
> Parallel execution of Grunt tasks
> Optimized and minified assets
> Code quality assurance
With this example I will share my experience how making the build process faster with autoloading of Grunt tasks and to
parallelize as much as possible. I show you how to build a fully fledged front-end build process with optimized assets
and how to ensure the code quality.[Read the blog post](https://sandro-keil.de/blog/2015/07/13/autoloading-grunt-tasks-concurrently-with-optimized-assets/ "Visit blog post") for more details.