From the course: Grunt.js: Web Workflows

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Preparing our project

Preparing our project - Grunt.js Tutorial

From the course: Grunt.js: Web Workflows

Start my 1-month free trial

Preparing our project

- So let's take a look at some of the files that we're getting started with, and we'll set up some of the things we need to get Grunt working. I'm gonna start by opening this folder into my text editor. And in here we can see we've got a builds folder, and inside that we have a development folder. This has all the main files for the project, including, of course, the index.html file that has all the HTML for my site. And I have a css folder, which is completely empty right now, as well as an images folder with some photos that I used in the project, and, finally, a JavaScript folder, or js folder, that has right now just the data.json file. That actually gets used by the index.html document. Down here we have a Mustache template that we use to flow that into the document. So most of the code for this project is actually in this components folder, and in there we have a sass folder that has a bunch of SCSS files, or sass files, that we use. In this project, the one that's really…

Contents