Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
039d9e19
Commit
039d9e19
authored
Nov 29, 2016
by
LE GAC Renaud
Browse files
Add configure_build.py to build plugin_event.
parent
86be0780
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
configure_build.py
configure_build.py
+38
-0
No files found.
configure_build.py
0 → 100644
View file @
039d9e19
# -*- coding: utf-8 -*-
"""Configure the build process
"""
SENCHA_CLS
=
[
"plugin_event/src"
,
"plugin_dbui/src"
,
"plugin_extjs/packages/core/src"
,
"plugin_extjs/classic/classic/src"
,
"plugin_extjs/classic/classic/overrides"
]
# ...........................................................................
#
# PLUGINS
# event
# paths are relative to the application directory
#
PLUGINS_FILES
=
{}
PLUGINS_FILES
[
"default"
]
=
[
"controllers/plugin_%s.py"
,
"models/plugin_%s.py"
,
"modules/plugin_%s"
,
"private/plugin_%s"
,
"static/plugin_%s"
,
"views/plugin_%s"
]
PLUGINS_FILES
[
"event"
]
=
[
"controllers/plugin_event.py"
,
"modules/plugin_event"
,
"views/plugin_event"
,
"static/plugin_event/resources/css/event.css"
,
"static/plugin_event/src"
,
"static/plugin_event/locale/event-lang-fr.js"
,
"static/plugin_event/event-min.js"
,
"static/plugin_event/docs"
]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment