Skip to content

Commit

Permalink
example works on any server
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Jun 5, 2012
1 parent 9682389 commit e2199cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/config.js
@@ -1,4 +1,7 @@
define({
css_path: 'http://thomasdavis.github.com/kalei/css/'
// This css path is used as a default by the Kalei project it self.
css_path: window.location.origin + window.location.pathname + '/css'

// You can configure any path by just deleteing the one above and uncommenting the one below to point at your css directory
//css_path: 'http://localhost/kalei/css/'
});

0 comments on commit e2199cd

Please sign in to comment.