Skip to content

Commit 04358b7

Browse files
committed
Markdown editor switch
1 parent cea94a5 commit 04358b7

24 files changed

+274
-261
lines changed

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"devel":true,
1010
"jquery":true,
1111
"jasmine": true,
12-
"predef": [ "angular","alertify","", "PouchDB","inject" ]
12+
"predef": [ "angular","alertify","", "PouchDB","inject","CodeMirror" ]
1313
}

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module.exports = function(grunt) {
122122
"**/*.css",
123123
"**/*.html"
124124
],
125-
dest: "OpenNote/openNote.appcache"
125+
dest: "openNote.appcache"
126126
}
127127
}
128128
});
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)