Using Grunt
Grunt 4
| Intermediate
- 14 videos | 1h 22m 1s
- Includes Assessment
- Earns a Badge
One of the tasks that Grunt can perform is file minification. Discover how to use Grunt minimize JavaScript and CSS web assets.
WHAT YOU WILL LEARN
-
Use modern javascript frameworks and practices with gruntUse additional modern javascript frameworks and practices with gruntUse grunt to employ templates in your javascript projectUse jshint to enforce quality standards on your javascript filesUse modernizr to optimize your pages for various browser capabilitiesUse uglify to minify and obfuscate your javascript filesUse grunt-jsdoc to generate documentation from jsdoc annotations in your javascript files
-
Use grunt with a simple html/css/js applicationUse bower to manage web development librariesUse recess to enforce standards on your css filesUse autoprefixer to handle vendor-specific css prefixesUse cleancss and uncss to reduce the asset size of your css filesUse grunt to package your app for production use and update version numbersInstall grunt and use it to reduce the size of js and css assets
IN THIS COURSE
-
4m 38sIn this video, you will learn how to use modern JavaScript frameworks and practices with Grunt. FREE ACCESS
-
6m 21sIn this video, learn how to use additional modern JavaScript frameworks and practices with Grunt. FREE ACCESS
-
5m 10sIn this video, you will use Grunt to use templates in your JavaScript project. FREE ACCESS
-
6m 31sDuring this video, you will learn how to use JSHint to enforce quality standards on your JavaScript files. FREE ACCESS
-
3m 24sFind out how to use Modernizr to optimize your pages for various browser capabilities. FREE ACCESS
-
3m 29sDuring this video, you will learn how to use Uglify to minify and obfuscate your JavaScript files. FREE ACCESS
-
4m 42sLearn how to use grunt-jsdoc to generate documentation from JSDoc annotations in your JavaScript files. FREE ACCESS
-
6m 35sIn this video, you will learn how to use Grunt with a simple HTML/CSS/JS application. FREE ACCESS
-
7m 24sFind out how to use Bower to manage web development libraries. FREE ACCESS
-
3m 43sIn this video, learn how to use RECESS to enforce standards on your CSS files. FREE ACCESS
-
8m 4sIn this video, you will learn how to use autoprefixer to handle vendor-specific CSS prefixes. FREE ACCESS
-
5m 34sIn this video, find out how to use CleanCSS and UnCSS to reduce the size of your CSS files. FREE ACCESS
-
7m 23sIn this video, find out how to use Grunt to package your app for production use and update your app's version number. FREE ACCESS
-
9m 3sTo install Grunt, follow these steps:1. Download and install Node.js.2. Install the Grunt command-line interface (CLI) globally.3. Create a package.json file in your project directory.4. Install project dependencies.5. Create a Gruntfile.js file in your project directory.6. Define your tasks in the Gruntfile.7. Run Grunt. FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE
Channel
Go/Golang