Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/jwysiwyg/jwysiwyg into jwys…
Browse files Browse the repository at this point in the history
…iwyg-master

Conflicts:
	.gitignore
	README.rst
	Rakefile
	build.yml
	build/copyright.txt
	jquery.wysiwyg.js
	jquery.wysiwyg.less
	jquery.wysiwyg.no-alpha.gif
	src/jquery.wysiwyg.js
  • Loading branch information
Clovis Six committed Apr 26, 2013
2 parents 9e531a1 + aa2cb21 commit f3ce386
Show file tree
Hide file tree
Showing 40 changed files with 7,934 additions and 2,709 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
jquery.wysiwyg.full.js
jquery.wysiwyg.full.min.js
help/bin/*.jar
.project
dist/
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "build/jslint"]
path = build/jslint
url = https://github.com/douglascrockford/JSLint.git
[submodule "build/uglify"]
path = build/uglify
url = https://github.com/mishoo/UglifyJS.git
[submodule "test/lib/jasmine"]
path = test/lib/jasmine
url = https://github.com/pivotal/jasmine.git
[submodule "test/lib/jquery"]
path = test/lib/jquery
url = https://github.com/jquery/jquery.git
Loading

0 comments on commit f3ce386

Please sign in to comment.