Remove ACE submodule, just use the files.

This is the last submodule!
This commit is contained in:
Mike Cooper 2014-11-18 23:05:22 -08:00
Родитель 1682f2674d
Коммит ab46c1be73
9 изменённых файлов: 17551 добавлений и 17 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -19,3 +19,4 @@ docs/_build
*.less.css
.DS_Store
james.ini
build.py

3
.gitmodules поставляемый
Просмотреть файл

@ -1,3 +0,0 @@
[submodule "kitsune/sumo/static/js/libs/ace"]
path = kitsune/sumo/static/js/libs/ace
url = git://github.com/ajaxorg/ace-builds.git

Просмотреть файл

@ -116,18 +116,10 @@ Getting the Source
Grab the source from Github using::
$ git clone --recursive https://github.com/mozilla/kitsune.git
$ git clone https://github.com/mozilla/kitsune.git
$ cd kitsune
.. Note::
If you forgot to add ``--recursive``, you can still get all the
submodules with::
$ git submodule update --init --recursive
Setting up an Environment
=========================

Просмотреть файл

@ -263,8 +263,8 @@ MINIFY_BUNDLES = {
'js/diff.js',
),
'wiki.editor': (
'js/libs/ace/src-min/ace.js',
'js/libs/ace/src-min/ext-language_tools.js',
'js/libs/ace/ace.js',
'js/libs/ace/ext-language_tools.js',
'js/ace.mode-sumo.js',
),
'wiki.dashboard': (

@ -1 +0,0 @@
Subproject commit 49c348c49aab9b705a110a10312a7ca457fab4a9

Просмотреть файл

@ -0,0 +1,3 @@
These files were taken from version 07.23.2013 of ACE.
https://github.com/ajaxorg/ace-builds/commit/49c348c49aab9b705a110a10312a7ca457fab4a9

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,6 +1,5 @@
[flake8]
exclude = *migrations*,
kitsune/settings*,
kitsune/sumo/db_strings.py,
kitsune/sumo/static/js/libs/ace/kitchen-sink/docs/python.py
kitsune/sumo/db_strings.py
max-line-length = 99