Merge pull request #1047 from d-reinhold/bundle-exec-compass

Grunt task for compass should prefix command with 'bundle exec'

- Merges #1047
This commit is contained in:
Gregg Van Hove
2016-02-18 17:48:10 -08:00

View File

@@ -5,6 +5,7 @@ module.exports = {
sassDir: 'src/html',
outputStyle: 'compact',
noLineComments: true,
bundleExec: true
}
}
};