Slide 66
Slide 66 text
@jonthanfielding #FrontendTooling
Setting up a task
In the Gruntfile.js
grunt.initConfig({!
pkg: grunt.file.readJSON('package.json'),!
compass: {!
dev: {!
options: {!
sassDir: 'sass',!
cssDir: 'css',!
imagesDir: 'images',!
environment: 'development',!
httpGeneratedImagesPath: ' images'!
}!
}!
}!
});!
Task
Target