bjarniolsen / search

Some search autocomplete stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project name

Short synopsis descriping the project. Umbraco / Sitecore / Sharepoint /

Contributors

Author's names: All involved Date of creation: 10/09 - 2014 Modified by: Another guy Modified date: 16/10 2014

Frontend dokumentation

All frontend files are located in /static folder. Frontend is build with Nodejs module Gulp and configuration is placed in gulpfile.js and package.json.

Build tool

(Grunt / Gulp / Mindscape / Compass)

To use Gulp you need Node JS Install Node.js

Then run this in your favorite commandline tool:

c:\path\to\project\root\folder> npm install

And wait for Nodejs package manager (npm) to install all dependent modules (package.json)

Then run this:

c:\path\to\project\root\folder\ > gulp

Gulp 'watches' file changes and builds Less and JS.

CSS

(Sass / Less) Less is located in /static/less/ and Gulp builds it to /static/dist/ CSS is Minified.

Remember to describe any Less/Sass specific structures and wizardry that is not obvious.

Javascript

(jQuery / Other) JS is located in /static/js/ and Gulp builds it to /static/dist/js/ JS is Uglify'ed. API references

Backend dokumentation:

More documentation

Installation

Download these files from /hest and /abe

Branches structure

prod-branch and release branches.

Build processes

API references

Markdown cheatsheet

Need help with Markdown syntax? cheatsheet

About

Some search autocomplete stuff


Languages

Language:CSS 61.5%Language:JavaScript 33.8%Language:HTML 4.6%