Moved root page to space/
This commit is contained in:
parent
4c54e1e62f
commit
310fa09baf
23 changed files with 1 additions and 2 deletions
16
space/webpage.json
Normal file
16
space/webpage.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"html": ["index.html"],
|
||||
"less": ["styles.less"],
|
||||
"css": [],
|
||||
"js": [
|
||||
"js/anim.js",
|
||||
"js/script.js",
|
||||
"js/init.js",
|
||||
"js/menu.js",
|
||||
"js/control.js",
|
||||
"js/handlers.js"
|
||||
],
|
||||
"other": [
|
||||
"img/", "svg/", "fontawesome/"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue