Skip to content

Epitrack/epicrowd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epicrowd

Source of the main website for Epicrowd simposium.

Deployment status from dploy.io

Setup

  1. If you don't have installed npm, bower and grunt do it now.

  2. After install run the npm install command to install all the dependencies.

    $ npm install
    
  3. Run grunt command to initialize.

    $ grunt
    

Pay Attention

  1. We use bower to manage all the dependencies.

      $ bower search name-package
      $ bower install name-package --save-dev
    
  2. We use grunt to make hard work.

  3. We work with two paths for images:

  • src to images in development.
  • dist to images in production.

run grunt img command to minify and optmize images.

  1. We use browserSync to test in differents browsers and devices.

remove this script when production server.

<script type='text/javascript'>//<![CDATA[
;document.write("<script defer src='//HOST:3000/socket.io/socket.io.js'><\/script><script defer src='//HOST:3001/client/browser-sync-client.0.9.1.js'><\/script>".replace(/HOST/g, location.hostname));
//]]></script>
  1. For best control of scripts, add libs and your scripts to compile and concatenate in grunt-config.json file, the task uglify.

Have a nice job :)

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages