mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
fix(misc): some styles & translations
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user