Skip to content

Commit

Permalink
fixe typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yarmand committed Jul 27, 2011
1 parent 401b882 commit ceaa621
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Expand Up @@ -59,29 +59,36 @@ Then run the following

Documentation
=============
Epyce change the default asset pipeline behavior included in application.html.erb. and do not include application.js or application.css.
Epyce change the default asset pipeline behavior included in `application.html.erb` and do not include `application.js` or `application.css`.

The layout `application.html.haml` include thiner grained assets as :
The layout `application.html.haml` include thiner grained assets (see `epyce.js.coffee` and `epyce.css.sass`) :

* all files in folders

app/assets/javascripts/application
app/assets/stylesheets/application

* css and javascript common for all views in a controller
app/assets/javascripts/<controller_name>.js[.coffee]
app/assets/stylesheets/<controller_name>.js[.sass|.scss]

app/assets/javascripts/__controller_name__.js[.coffee]
app/assets/stylesheets/__controller_name__.js[.sass|.scss]

* css and javascript for the actual view

app/assets/javascripts/<controller_name>/<action_name>.js[.coffee]
app/assets/stylesheets/<controller_name>/<action_name>.js[.sass|.scss]

You can **customize** what javascript libs are loaded by editing

app/assets/javascripts/epyce-libs-debug.js.coffee
app/assets/javascripts/epyce-libs.js.coffee

You can **customize** what css are loaded by editing

app/assets/javascripts/epyce.css.sass


TODO
Todo
====
* Still need to place the icons in the right location
* Helpers for knockout.js
Expand Down

0 comments on commit ceaa621

Please sign in to comment.