building more plugins into the production build so that it functions
better
This commit is contained in:
Родитель
514dc77cfa
Коммит
c51b218320
|
@ -2,9 +2,9 @@
|
|||
"description": "History for the last opened files",
|
||||
"dependencies": {
|
||||
"canon" : "0.0.0",
|
||||
"text_editor": "0.0.0",
|
||||
"edit_session": "0.0.0"
|
||||
"text_editor": "0.0.0"
|
||||
},
|
||||
"objects": ["session"],
|
||||
"provides": [
|
||||
{
|
||||
"ep": "factory",
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
"plugins": ["embedded", "screen_theme",
|
||||
"userident", "bespin_server", "whitetheme", "plugindev", "uicommands",
|
||||
"notifier", "settings", "gritter", "gritter_notify", "command_line"],
|
||||
"notifier", "settings", "gritter", "gritter_notify", "command_line",
|
||||
"syntax_worker", "javascript", "html", "stylesheet", "filesystem",
|
||||
"file_history", "syntax_directory", "underscore",
|
||||
"file_commands"],
|
||||
"output_dir": "tmp/BespinServer/static",
|
||||
"include_tests": true,
|
||||
"unbundled_plugins": "tmp/BespinServer/plugins"
|
||||
|
|
Загрузка…
Ссылка в новой задаче