Skip to content

Commit

Permalink
Add wikipedia-ios-codemirror dependency as submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
staykids committed Feb 24, 2021
1 parent 6d9b2d2 commit e76171d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "CodeMirror/wikipedia-ios-codemirror"]
path = CodeMirror/wikipedia-ios-codemirror
url = https://github.com/wikimedia/wikipedia-ios-codemirror.git
1 change: 1 addition & 0 deletions CodeMirror/wikipedia-ios-codemirror
2 changes: 1 addition & 1 deletion www/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function (grunt) {
},
{
expand: true,
cwd: '../Carthage/Checkouts/wikipedia-ios-codemirror/resources/',
cwd: '../CodeMirror/wikipedia-ios-codemirror/resources/',
src: ['**'],
dest: `${distFolder}codemirror/resources/`
},
Expand Down

0 comments on commit e76171d

Please sign in to comment.