Skip to content
Snippets Groups Projects
Commit 8db32865 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[dome] refactor directories

parent 2f75f831
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 60 deletions
......@@ -47,7 +47,7 @@ VERSION=$(shell echo "console.log(require('./package.json').version)" | node -)
DOC_ICONS_CSS= src/dome/doc/gallery.css
DOC_ICONS_MAKE= src/dome/doc/iconsmd.js
DOC_ICONS_DATA= src/dome/src/renderer/controls/gallery.json
DOC_ICONS_DATA= src/dome/renderer/controls/gallery.json
DOC_GUIDES= src/dome/doc/guides
NODEBIN= ./node_modules/.bin
......@@ -81,13 +81,6 @@ $(NODEBIN)/%:
@echo "[Node] install package $*"
yarn add -D $*
# --------------------------------------------------------------------------
# --- Ivette Plugins
# --------------------------------------------------------------------------
DOME_PLUGINS=
DOME_EXPORTS=
# --------------------------------------------------------------------------
include $(DOME)/template/makefile
# --------------------------------------------------------------------------
......@@ -7,47 +7,6 @@
.dome-*.orig
.dome-*.lock
#########################################
# Dome Repository
#########################################
/.gitdome
#########################################
# JavaScript
#########################################
node_modules
yarn.lock
/package.json
#########################################
# Example Application
#########################################
/.babelrc
/webpack.main.js
/webpack.renderer.js
/webpack.plugin.js
/electron-webpack.json
/dist
/bin
/src/main/index.js
/src/misc/exports.js
/src/renderer/index.js
/src/renderer/Application.js
/src/renderer/Preferences.js
/src/renderer/styles.css
/src/renderer/demo
/src/plugins
#########################################
# Documentation
#########################################
/html
/doc/template/gallery-icons.html
/doc/template/gallery-styles.js
/doc/template/gallery-styles.html
#########################################
# Version 0.0.1
......@@ -175,18 +175,10 @@ $ make dome-help
make dome-plugins Package plugins for distribution
[Dome] Development:
Dome framework DOME = '…'
Local command DOME_CLI = '…'
Arguments (dev) DOME_ARGS = '…'
Export modules DOME_EXPORTS = '…'
Plugin modules DOME_PLUGINS = '…'
… (environment variables)
[Dome] Documentation:
Application APP = '…'
Copyright COPYRIGHT = '…'
Dome framework DOME_DOC = '…'
Output dir DOME_DOC = '…'
Public API DOME_API = '…'
… (environment variables)
```
......
File moved
# Dome Examples
The `./Makefile` is from an old demo. It is probably outdated.
**TO BE CONTINUED**
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment