forked from dmotz/natal
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make :preloads and :closure-defines work (#185)
* using reagent 0.8.0-alpha1 * require react-native in namespace declaration * bump versions * make preloads and closure defines work * make preloads and closure defines work * revert changes in core.cljs * do not preload cljs-devtools it causes a warning on startup * add empty line * update README * code cleanup * bump om-next version
- Loading branch information
1 parent
845f4cd
commit dac3e20
Showing
7 changed files
with
76 additions
and
66 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{:id "$PLATFORM$" | ||
:source-paths ["src" "env/dev"] | ||
:figwheel true | ||
:compiler {:output-to "target/$PLATFORM$/not-used.js" | ||
:compiler {:output-to "target/$PLATFORM$/index.js" | ||
:main "env.$PLATFORM$.main" | ||
:output-dir "target/$PLATFORM$" | ||
:optimizations :none}} | ||
:optimizations :none | ||
:target :nodejs}} |
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters