fix(misc): some styles & translations

This commit is contained in:
Matteo Pagliazzi
2014-02-14 18:35:21 +01:00
parent e241429cc3
commit 8f19f225f1
6 changed files with 31 additions and 21 deletions

View File

@@ -4,6 +4,8 @@ module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
git_changelog: {
minimal: {
options: {
@@ -81,7 +83,11 @@ module.exports = function(grunt) {
}
},
nodemon: { dev: {} },
nodemon: {
dev: {
script: '<%= pkg.main %>'
}
},
watch: {
dev: {