![Bootstrap 4 Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/25/36701025/b_36701025.jpg)
上QQ阅读APP看书,第一时间看更新
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.