Installed Modules:
TracyDebugger
MarkupSitemap
MODULES CORE => Comments, Forgot Password, RSS, Repeater,
If you want to use GULP STACK you must install these packages on your system:
Node.js
GULP
BOWER
Now go to folder with all template files and install Important Dependencies
npm install
bower install
Go to gulpfile.js and change in line 15 -- var URL: "http://site-twilight.dev/" To your local processwire-installation -- like:
localhost/my-local-folder-processwire-installation/
Before Using Gulp
You Must Go to Options Page and Enable it in Select From Enable OR Disable Options and Enable Gulp Watch
Now Use This Command to Copy important Dependencies:
gulp start
Now Use This Command to Watch all changes:
gulp watch
Folder With all SCSS file is inside templates/all-assets/scss
To Minify CSS Use This Command:
gulp finish
To remove DEMO DATA go to _main.php and uncomment it with:
// trashDemoData($trash = true);
TO
trashDemoData($trash = true);
And go to your home page and refresh it ... Your Demo Sites should be in the trash ...
// trashDemoData($trash = true);
References:
Font Awesome
Gridlex
Headroom.js
MetisMenu
Vanilla-lazyload
jQuery