We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9853dba commit 4ff6e70Copy full SHA for 4ff6e70
.gitignore
@@ -2,7 +2,7 @@ syntax: glob
2
node_modules
3
npm-debug.log
4
tmp
5
-config.json
+couch.json
6
*~
7
*.bak
8
*.orig
Gruntfile.js
@@ -1,5 +1,5 @@
1
module.exports = function(grunt) {
- var config = grunt.file.readJSON('config.json');
+ var config = grunt.file.readJSON('couch.json');
var couch = grunt.option('couch') || 'localhost';
var couchpushopts = null;
config.json.example renamed to couch.json.example
0 commit comments