mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Move css and css-value modules to the toplevel.
This is the default location when installing from npm, and Angular uses that when parsing CSS. Updated module paths, requires, csproj, tsconfig and grunt tasks.
This commit is contained in:
@@ -380,7 +380,7 @@
|
||||
<TypeScriptCompile Include="image-source\image-source.ios.ts">
|
||||
<DependentUpon>image-source.d.ts</DependentUpon>
|
||||
</TypeScriptCompile>
|
||||
<TypeScriptCompile Include="js-libs\reworkcss-value\reworkcss-value.d.ts" />
|
||||
<TypeScriptCompile Include="css-value\reworkcss-value.d.ts" />
|
||||
<TypeScriptCompile Include="platform\platform.ios.ts">
|
||||
<DependentUpon>platform.d.ts</DependentUpon>
|
||||
</TypeScriptCompile>
|
||||
@@ -900,7 +900,7 @@
|
||||
<Content Include="apps\ui-tests-app\pages\text\button.xml" />
|
||||
<Content Include="apps\ui-tests-app\web-view\webview.xml" />
|
||||
<Content Include="fetch\fetch.js" />
|
||||
<Content Include="js-libs\reworkcss-value\reworkcss-value.js" />
|
||||
<Content Include="css-value\reworkcss-value.js" />
|
||||
<Content Include="ui\layouts\stack-layout\package.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -1130,7 +1130,7 @@
|
||||
<TypeScriptCompile Include="apps\perf-tests\LargeObjectArrayMemoryTest\mainPage.ts" />
|
||||
<TypeScriptCompile Include="apps\perf-tests\ComplexObjectGraphMemoryTest\app.ts" />
|
||||
<TypeScriptCompile Include="apps\perf-tests\ComplexObjectGraphMemoryTest\mainPage.ts" />
|
||||
<TypeScriptCompile Include="js-libs\reworkcss\reworkcss.d.ts" />
|
||||
<TypeScriptCompile Include="css\reworkcss.d.ts" />
|
||||
<Content Include="js-libs\esprima\esprima.js">
|
||||
<DependentUpon>esprima.d.ts</DependentUpon>
|
||||
</Content>
|
||||
@@ -1138,7 +1138,7 @@
|
||||
<Content Include="js-libs\polymer-expressions\polymer-expressions.js">
|
||||
<DependentUpon>polymer-expressions.d.ts</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="js-libs\reworkcss\reworkcss.js">
|
||||
<Content Include="css\reworkcss.js">
|
||||
<DependentUpon>reworkcss.d.ts</DependentUpon>
|
||||
</Content>
|
||||
<TypeScriptCompile Include="apps\tests\xml-declaration\app.ts" />
|
||||
@@ -1662,9 +1662,9 @@
|
||||
<Content Include="apps\perf-tests\ApplicationLoadTimeAndFPS\package.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="js-libs\reworkcss\LICENSE" />
|
||||
<Content Include="js-libs\reworkcss\package.json" />
|
||||
<Content Include="js-libs\reworkcss\Readme.md" />
|
||||
<Content Include="css\LICENSE" />
|
||||
<Content Include="css\package.json" />
|
||||
<Content Include="css\Readme.md" />
|
||||
<Content Include="data\observable\package.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -1805,9 +1805,9 @@
|
||||
<Content Include="ui\repeater\package.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="js-libs\reworkcss-value\LICENSE" />
|
||||
<Content Include="js-libs\reworkcss-value\package.json" />
|
||||
<Content Include="js-libs\reworkcss-value\Readme.md" />
|
||||
<Content Include="css-value\LICENSE" />
|
||||
<Content Include="css-value\package.json" />
|
||||
<Content Include="css-value\Readme.md" />
|
||||
<Content Include="ui\action-bar\package.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -1880,4 +1880,4 @@
|
||||
<UserProperties ui_2layouts_2wrap-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2grid-layout_2package_1json__JSONSchema="" ui_2layouts_2dock-layout_2package_1json__JSONSchema="" ui_2layouts_2absolute-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2linear-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2web-view_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2content-view_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2gallery-app_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2absolute-layout-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2editable-text-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2scroll-view_2package_1json__JSONSchema="http://json.schemastore.org/package" />
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user