- Bootstrap 4 Cookbook
- Ajdin Imsirovic
- 52字
- 2021-07-02 21:07:58
Getting ready
To start working on this recipe, we first need to navigate to the workspace folder, and rename the original Gruntfile.js and package.json:
cd && cd workspace
mv Gruntfile.js Gruntfile.jsORIGINAL
mv package.json package.jsonORIGINAL
Now, we are ready to create new versions of these two files and add a custom Grunt task.