pull/726/merge
smarts 2015-12-01 11:41:42 -08:00 committed by Sourabh Shirhatti
parent 2574881093
commit 69ed8122bf
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ By `Erik Reitan`_
Modern web development has lots of moving parts. To build a typical web app, you might:
- Bundle and minify your JS and CSS files.
- Run tools to that call your bundling and minifying tasks before each build.
- Run tools that call your bundling and minifying tasks before each build.
- Compile LESS or SASS files to CSS.
- Compile CoffeeScript or TypeScript files to JS.