Julius Riegel
e8f3b67108
Fixed typo in config.yml
6 years ago
Julius Riegel
5ec160cbfc
Hotifix config
6 years ago
Julius Riegel
0f47b52442
More testing configuration
...
- test cl option
- testing configuration for circleci
- automatic abort after 30 seconds running
6 years ago
Julius Riegel
706fd2a548
Created testing config
6 years ago
Trivernis
a41abc907e
Merge pull request #4 from Trivernis/Trivernis-patch-1
...
Added test configuration
6 years ago
Trivernis
eef072c2f6
Added test configuration
...
Summary
===
- Commandline Option --test exists the process after 30000 seconds with code 0 or exits with code 1 if an error occurs.
6 years ago
Trivernis
3a0cfef640
Additional Code-Cleanup
...
closes #2
- removed constant cache variable in server.js
- renamed second data variable in script.js
- removed variable vueApp in data.js
6 years ago
Trivernis
2b7c88596a
Code-Cleanup
...
- Migrated to Webstorm and cleaned the code
6 years ago
Trivernis
cf9f51013c
Code-Cleanup and package.json
...
- Added package.json with dependencies
- Cleaned up unreachable code
- Moved a function definition in caching.js to the top of the file
- Added some comments
6 years ago
Trivernis
e0c3feaf86
Added File Watcher
...
Cached files will now be watched for changes. Also the preprocessor and chaching will now log.
6 years ago
Trivernis
b40b890c1b
Introducing Caching
...
SASS, HTML and other Files that are preprocessed will be stored in their
processed form in the .cache directory for faster access. When a file is
called more than 10 times in the last minute, it will be loaded into the
memory and stays there for an hour. This allows the server to respond
even faster to requests.
6 years ago
Trivernis
a31f91d3ff
Changed Readme
...
Repositioned Image
6 years ago
Trivernis
92313b1d69
Updated Readme
...
- changed image tag
6 years ago
Trivernis
e21ebee005
Started with html development
...
- Designing the Interface now
- Added data.json
- Added data.html: For viewing graphs
- Added Icons: RCN-icon & new Favicon
- Switched to develop vue.js. Switching back on release
- Removed testing data.json
- Modified readme
6 years ago
Trivernis
21bbcbb3cd
Mounting and other manipulations
...
- Added the option to mount specific directories via the mount parameter in the config.json config file.
- updated readme
6 years ago
Julius Riegel
3161997726
Merge remote-tracking branch 'origin/develop' into develop
6 years ago
Julius Riegel
607c5caf34
Integration of vue.js, Better Routing and more
...
- Added Fonts and routing to fonts in font folder
- Added vue.js
- Added configurable routing by file-extension via config.json
- Added fonts to the style.css
- closes #1
6 years ago
Julius Riegel
8a25dd2832
Integration of vue.js, Better Routing and more
...
- Added Fonts and routing to fonts in font folder
- Added vue.js
- Added configurable routing by file-extension via config.json
- Added fonts to the style.css
6 years ago
Julius Riegel
5b6fe44c4c
Restored Content
...
- Restored Content that got missing by an git accident (damn those squids)
- Renamed LICENSE.md to LICENSE
6 years ago
Julius Riegel
fdb97729f8
Updated README.md
6 years ago
Julius Riegel
ab15494347
Created the core
...
- server.js
- glob and files script.js and style.css
- important folders in res
6 years ago
Julius Riegel
b1f7473441
Initial commit
6 years ago