Skip to content

Commit

Permalink
Rename site.less to im-tables.less so Bluegenes can pick it up
Browse files Browse the repository at this point in the history
Fixes #68
  • Loading branch information
heralden committed Nov 20, 2020
1 parent 2b3a32d commit cf19e4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
15 changes: 0 additions & 15 deletions less/site.less → less/im-tables.less
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
////////////////////////////////////////////////////////////////////////////////
/// CHANGES MADE HERE WILL NOT SHOW UP IN BLUEGENES WITHOUT FURTHER ACTION ///
/// Make changes here, test them, etc. when you are happy - follow the ///
/// workflow below to get things into bluegenes. ///
////////////////////////////////////////////////////////////////////////////////
/// There is an issue to fix this: ///
/// https://github.com/intermine/im-tables-3/issues/68 ///
////////////////////////////////////////////////////////////////////////////////
/// Workflow: ///
/// 1. go to resources/public/css. ///
/// 2. Copy and paste the built css from site.css to the less/im-tables.less ///
/// file in bluegenes. ///
////////////////////////////////////////////////////////////////////////////////


@import "overrides";
@import "tooltip";
@import "modal";
Expand Down
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
:cljfmt {:indents {wait-for [[:inner 0]]
after-load [[:inner 0]]}}

:aliases {"dev" ["do" "clean"
:aliases {"dev" ["do" "clean,"
["pdo"
["trampoline" "less" "auto"]
["with-profile" "+repl" "run"]]]
"build" ["do" "clean"
"build" ["do" "clean,"
["less" "once"]
["cljsbuild" "once" "min"]]
"deploy" ["with-profile" "+uberjar" "deploy" "clojars"]
"format" ["cljfmt" "fix"]
"kaocha" ["do" "clean"
"kaocha" ["do" "clean,"
["with-profile" "+kaocha" "run" "-m" "kaocha.runner"]]}

:repositories {"clojars" {:sign-releases false}}
Expand All @@ -60,7 +60,7 @@
:less {:source-paths ["less"]
:target-path "resources/public/css"}

:main im-tables.core
:main nil

:profiles {:dev {:dependencies [[binaryage/devtools "1.0.0"]
[day8.re-frame/re-frame-10x "0.6.2"]
Expand Down

0 comments on commit cf19e4f

Please sign in to comment.