Last active
August 29, 2015 14:13
Revisions
-
swannodette revised this gist
Jan 13, 2015 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,3 @@ {:optimizations :advanced :output-dir "./target/client/production/" :cache-analysis true -
swannodette revised this gist
Jan 12, 2015 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,17 @@ ;; explicit common.js {:optimizations :advanced :output-dir "./target/client/production/" :cache-analysis true :output-modules { {:id :common :out "./resources/assets/js/common.js" :entries '#{com.foo.common}} {:id :landing :out "./resources/assets/js/landing.js" :entries '#{com.foo.landing} :deps #{:common} {:id :editor :out "./resources/assets/js/editor.js" :entries '#{com.foo.editor} :deps #{:common}}}}} -
swannodette revised this gist
Jan 12, 2015 . 1 changed file with 15 additions and 17 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,17 @@ ;; explicit common.js {:optimizations :advanced :output-dir "../target/production/out" :cache-analysis true :output-modules { {:id :common :out "../../assets/js/common.js" :entries '#{com.foo.common}} {:id :landing :out "../../assets/js/landing.js" :entries '#{com.foo.landing} :deps #{:common} {:id :editor :out "../../assets/js/editor.js" :entries '#{com.foo.editor} :deps #{:common}}}}} -
swannodette revised this gist
Jan 12, 2015 . 1 changed file with 11 additions and 15 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,18 +6,14 @@ {:optimizations :advanced :pretty-print false :output-modules { {:id :common :out "../../assets/js/common.js" :entries '#{com.foo.common}} {:id :landing :out "../../assets/js/landing.js" :entries '#{com.foo.landing} :deps #{:common} {:id :editor :out "../../assets/js/editor.js" :entries '#{com.foo.editor} :deps #{:common}}}}}} -
swannodette revised this gist
Jan 12, 2015 . 1 changed file with 14 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ ;; explicit common.js {:id "production" :source-paths ["src/cljs"] :compiler @@ -6,4 +8,16 @@ :output-modules { "../../assets/js/common.js" '#{cljs.core.* com.foo.common} ;; common.js definition is optional "../../assets/js/landing.js" '#{com.foo.landing} "../../assets/js/editor.js" '#{com.foo.editor}}}} ;; automatic common module computation {:id "production" :source-paths ["src/cljs"] :compiler {:optimizations :advanced :pretty-print false :output-modules { "../../assets/js/shared.js" :common ;; support arbitrary naming of common module "../../assets/js/landing.js" '#{com.foo.landing} "../../assets/js/editor.js" '#{com.foo.editor}}}} -
swannodette revised this gist
Jan 12, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,5 +5,5 @@ :pretty-print false :output-modules { "../../assets/js/common.js" '#{cljs.core.* com.foo.common} ;; common.js definition is optional "../../assets/js/landing.js" '#{com.foo.landing} "../../assets/js/editor.js" '#{com.foo.editor}}}} -
swannodette revised this gist
Jan 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,6 @@ {:optimizations :advanced :pretty-print false :output-modules { "../../assets/js/common.js" '#{cljs.core.* com.foo.common} ;; common.js definition is optional "../../assets/js/landing.js" '#{com.foo.landing.*} "../../assets/js/editor.js" '#{com.foo.editor.*}}}} -
swannodette revised this gist
Jan 12, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,6 @@ {:optimizations :advanced :pretty-print false :output-modules { "../../assets/js/common.js" '#{cljs.core.* com.foo.common.*} ;; common.js definition is optional "../../assets/js/landing.js" '#{com.foo.landing.*} "../../assets/js/editor.js" '#{com.foo.editor.*}}}} -
swannodette revised this gist
Jan 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ {:id "production" :source-paths ["src/cljs"] :compiler {:optimizations :advanced -
swannodette revised this gist
Jan 12, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,6 @@ {:optimizations :advanced :pretty-print false :output-modules { "../../assets/js/common.js" '#{cljs.core com.foo.common} "../../assets/js/landing.js" '#{com.foo.landing} "../../assets/js/editor.js" '#{com.foo.editor}}}} -
swannodette revised this gist
Jan 12, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,5 +5,5 @@ :pretty-print false :output-modules { "../../assets/js/common.js" '#{cljs.core com.foo.common} "../../assets/js/landing.js" '#{com.foo.landing} "../../assets/js/editor.js" '#{com.foo.editor}}}} -
swannodette revised this gist
Jan 11, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ {:id "my-app" :source-paths ["src/cljs"] :compiler {:optimizations :advanced :pretty-print false :output-modules { "../../assets/js/common.js" '#{cljs.core com.foo.common} -
swannodette created this gist
Jan 11, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ {:id "csp-dev" :source-paths ["src/blog/csp" "src/blog/utils"] :compiler {:optimizations :whitespace :pretty-print false :output-modules { "../../assets/js/common.js" '#{cljs.core com.foo.common} "../../assets/js/editor.js" '#{com.foo.editor} "../../assets/js/landing.js" '#{com.foo.landing}}}}