[Frontend] Relocating files

open #208
Moving initial files into new positions, based
on Victor's work in #242;
This commit is contained in:
Charles Hacskaylo 2015-11-20 09:14:07 -08:00
parent 3d3b250536
commit de59f191b8
10 changed files with 5 additions and 13 deletions

View File

@ -23,7 +23,6 @@
"platform/features/plot",
"platform/features/scrolling",
"platform/features/timeline",
"platform/features/timeline/themes/espresso",
"platform/forms",
"platform/identity",
"platform/persistence/local",

View File

@ -217,6 +217,11 @@
}
}
],
"stylesheets": [
{
"stylesheetUrl": "css/timeline.css"
}
],
"representations": [
{
"key": "gantt",

View File

@ -1,12 +0,0 @@
{
"name": "Timeline Styling",
"description": "CSS for Timelines. Ported from /warp",
"extensions": {
"stylesheets": [
{
"stylesheetUrl": "css/timeline.css",
"priority": "mandatory"
}
]
}
}