diff --git a/ReactWindows/.gitignore b/ReactWindows/.gitignore index 996016dc621..d8905aca32e 100644 --- a/ReactWindows/.gitignore +++ b/ReactWindows/.gitignore @@ -73,4 +73,7 @@ packages/ #Other files *.DotSettings .vs/ -*project.lock.json \ No newline at end of file +*project.lock.json + +#JavaScript files +*.jsbundle \ No newline at end of file diff --git a/ReactWindows/Bundle.targets b/ReactWindows/Bundle.targets new file mode 100644 index 00000000000..8f55c95fad3 --- /dev/null +++ b/ReactWindows/Bundle.targets @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/ReactWindows/Playground/App.xaml.cs b/ReactWindows/Playground/App.xaml.cs index f7562c9b5d1..c1511bbc9ac 100644 --- a/ReactWindows/Playground/App.xaml.cs +++ b/ReactWindows/Playground/App.xaml.cs @@ -31,7 +31,7 @@ public App() this.Resuming += OnResuming; _reactPage = new ReactPage( - "ms-appx:///Resources/main.dev.jsbundle", + "ms-appx:///main.jsbundle", "ReactRoot", new[] { new MainReactPackage() }.ToList(), () => { /* TODO: back button handling */ }); diff --git a/ReactWindows/Playground/Playground.csproj b/ReactWindows/Playground/Playground.csproj index 4c216aeedae..cfcf0e5df83 100644 --- a/ReactWindows/Playground/Playground.csproj +++ b/ReactWindows/Playground/Playground.csproj @@ -87,17 +87,56 @@ true true + + true + bin\x86\Bundle\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS + ;2008 + true + full + x86 + false + prompt + MinimumRecommendedRules.ruleset + true + + + true + bin\ARM\Bundle\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS + ;2008 + true + full + ARM + false + prompt + MinimumRecommendedRules.ruleset + true + + + true + bin\x64\Bundle\ + DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS + ;2008 + true + full + x64 + false + prompt + MinimumRecommendedRules.ruleset + true + PreserveNewest - - - Always + + PreserveNewest - - Always + + + PreserveNewest @@ -144,6 +183,8 @@ 14.0 + +