
How i built fortmcmoney.com – Part 3 – Assets automation with Grunt
In the third post of the series, i will talk about the process of preparing assets for multiples resolutions on fortmcmoney.com.
Read the full article
In the third post of the series, i will talk about the process of preparing assets for multiples resolutions on fortmcmoney.com.
Read the full article
As a web developer, i always care about webpage performance and optimization. That’s part of my job to create image spritesheet to speed up loading time by minimizing the number of server requests. Initially using Photoshop to do it, i shortly came to the conclusion it wasn’t the right tool for the job. In this article, you will learn how to fasten your spritesheet creation and how to maintain it easily.
Read the full article
GruntJS is a task-based command line build tool for JavaScript projects. It simplify most of the painful and repetitive tasks of front-end developers. It can automate JavaScript files concatenation and minification. It can also compile and compress Less, SASS and SCSS file automatically. These are only a small portion of what GruntJS can accomplish.
Read the full article