Installing eve

Add it to your compile funnel

@import "./node_modules/@elioway/eve/stylesheets/settings";
@import "./node_modules/@elioway/god/stylesheets/theme";
@import "./node_modules/@elioway/eve/stylesheets/theme";

Using your own settings

@import "my_eves_settings";
@import "./node_modules/@elioway/god/stylesheets/theme";
@import "./node_modules/@elioway/eve/stylesheets/theme";

Nah! I'll just use the dist

<link rel="stylesheet" href="node_modules/@elioway/eve/dist/css/eve.min.css" />

gulp watch issues

If gulp crashes while running "watch", try this shell command in Linux.

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
sudo sysctl -p