Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ace を v1.1.8 にアップデート #1

Merged
merged 2 commits into from
Dec 1, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "ace"]
path = ace
url = https://github.com/ajaxorg/ace.git
[submodule "ace/build"]
path = ace/build
url = https://github.com/ajaxorg/ace-builds.git
1 change: 0 additions & 1 deletion ace
Submodule ace deleted from 6c235f
1 change: 1 addition & 0 deletions ace/build
Submodule build added at 7fafd1
14 changes: 12 additions & 2 deletions build/deps/ace.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/deps/mace-core.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* Mace 0.1.1
* Mace 0.1.2
* copyright: Takenori Nakagawa
* license: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion build/deps/mace-core.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions build/mace.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mace",
"version": "0.1.1",
"version": "0.1.2",
"description": "Mace = Markdown editor powered by Ace.",
"main": "gulpfile.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/mace.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###!
# Mace 0.1.1
# Mace 0.1.2
# copyright: Takenori Nakagawa
# license: MIT
###
Expand Down