Slide 64
Slide 64 text
@jonthanfielding #lwsanifont
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