Hippie interweaves preeminent personal interface elements
Find a file
Stephan 6775ea0712 Addition to user file handling
Enabled usage of predeterminded javascript user files. Added 
`variables.js`, `functions.js` and `globals.js` to build queue.
Therefore added option for emtpy single globs.

Changed some sass for better modular usage.
2019-03-23 14:56:48 +01:00
source Addition to user file handling 2019-03-23 14:56:48 +01:00
vendor NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
.gitignore NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
.jshintrc NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
.sasslintrc NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
gulpfile.js Addition to user file handling 2019-03-23 14:56:48 +01:00
LICENSE NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
package-lock.json NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
package.json NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
README.md NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
robots.txt NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
sitemap.xml NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
TODO.md NOTE test commit from wsl 2019-03-21 20:39:53 +01:00

HIPPIE

USE (work in progress (it is not ready to be used))

Clone the repo https://github.com/sthag/hippie.git.

Change to the newly created folder. By default this would be hippie.

Run the command npm install. This will install all nodejs dependencies into the filder node_modules.

Run the command gulp. This will create a folder build with the resulting files.

LOGIC

Klassennamen enthalten Objektnamen und Funktionen Sie sind mit - und _ unterteilt. Der Bindestrich - trennt Objektnamen von Funktionen. Der Unterstrich _ wiederum unterteilt Funktionsbezeichnungen.