A practice repo for learning Grunt
 
 
 
 
Go to file
jason.zhu 96dec97cd4 Grunt JS Tutorial #3 - Creating a Gruntfile.js
1. Add config
2. Load plugins
3. Register tasks

Additional: uninstalled grunt-cli from local node-module, and installed it locally to use it
2021-03-22 23:58:45 +00:00
.devcontainer Added dev container file forr vscode 2021-03-22 23:17:38 +00:00
css Added course files 2016-07-15 12:13:46 +01:00
js Added course files 2016-07-15 12:13:46 +01:00
.gitattributes 🎪 Added .gitattributes & .gitignore files 2016-07-15 12:12:13 +01:00
.gitignore Modified .gitignore 2021-03-23 10:28:04 +11:00
Gruntfile.js Grunt JS Tutorial #3 - Creating a Gruntfile.js 2021-03-22 23:58:45 +00:00
README.md My first commit 2021-03-23 10:14:02 +11:00
package-lock.json Grunt JS Tutorial #3 - Creating a Gruntfile.js 2021-03-22 23:58:45 +00:00
package.json Grunt JS Tutorial #3 - Creating a Gruntfile.js 2021-03-22 23:58:45 +00:00

README.md

README

This pratice repo is built following Youtube Tutorial series Grunt JS Tutorial