Skip to content

Commit

Permalink
Moving script and style to correct locatoin
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorNicollet committed Aug 18, 2012
1 parent a435793 commit 2ed3bb6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions run.ml
Expand Up @@ -104,8 +104,8 @@ let () = List.iter (fun (src,dest) -> Install.symlink src dest) [

let () = List.iter (fun path -> Install.copy ([".ohm";"Ohm";"install"]@path) path) [
[ "bot" ; "run" ] ;
[ "public" ; "script.js" ] ;
[ "public" ; "style.css" ]
[ "www" ; "public" ; "script.js" ] ;
[ "www" ; "public" ; "style.css" ]
]

(* Make files executable when appropriate *)
Expand Down

0 comments on commit 2ed3bb6

Please sign in to comment.