Skip to content

camilleroux/epyce

 
 

Repository files navigation

Epyce

HTML Epyce is a A rails layout including skeleton, HTML5S and knockout.js

Provide a application.html.haml layout and some usefull files in the public directory such as default icons.

Epyce include libs in debug mode when running in development environment and with minimal version of libs otherwise.

Provided libs are :

Rails Installation

First, make sure the following gems are in your Gemfile

gem "epyce"

Then run the following

bundle install
rails generate epyce:install

Here's a list of the files generator install in your Rails project:

app/views/layouts/application.html.haml
app/views/layouts/_header.html.haml
app/views/layouts/_footer.html.haml
app/views/layouts/_flashes.html.haml

public/apple-touch-icon-114x114-precomposed.png
public/apple-touch-icon-57x57-precomposed.png
public/apple-touch-icon-72x72-precomposed.png
public/apple-touch-icon-precomposed.png
public/apple-touch-icon.png
public/crossdomain.xml
public/favicon.png

Documentation

(sorry nothing here yet)

License

http://creativecommons.org/licenses/by/3.0

About

A rails layout including skeleton, HTML5S and knockout

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%