Skip to content

Commit c1bf468

Browse files
committed
Add main SCSS files
Fix the deps
1 parent 3ba1082 commit c1bf468

File tree

3 files changed

+26
-34
lines changed

3 files changed

+26
-34
lines changed

package-lock.json

Lines changed: 22 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-theme-core",
3-
"version": "2.0.0-rc-2019-07-11-190225-04",
3+
"version": "2.0.0-rc-2019-07-15-141426-05",
44
"description": "Telerik NativeScript Core Theme",
55
"author": "Telerik <support@telerik.com>",
66
"homepage": "https://www.nativescript.org",
@@ -24,8 +24,8 @@
2424
"nativescript-datetimepicker": "^1.2.1",
2525
"nativescript-theme-core": "./src",
2626
"nativescript-themes": "2.0.1",
27-
"nativescript-ui-sidedrawer": "^7.0.0-androidx",
28-
"nativescript-ui-dataform": "^5.0.0-androidx",
27+
"nativescript-ui-sidedrawer": "^7.0.0",
28+
"nativescript-ui-dataform": "^5.0.0",
2929
"tns-core-modules": "^6.0.1"
3030
},
3131
"devDependencies": {

scripts/builder.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ createPackageJson();
3535

3636
// Copy the temporary class helper and SCSS
3737
copyFile("./src/index.js", "./nativescript-theme-core/index.js");
38-
copyFile("./src/index.scss", "./nativescript-theme-core/index.scss");
3938

4039
// Copy our Readme
4140
copyFile("./nativescript-theme-core.md", "./nativescript-theme-core/readme.md");
@@ -102,7 +101,7 @@ function copyFonts() {
102101
* Copy our SCSS files over
103102
*/
104103
function copySCSS() {
105-
const sassFilesPath = "./src/scss/**/*.scss";
104+
const sassFilesPath = "./src/**/*.scss";
106105
const sassFiles = glob.sync(sassFilesPath);
107106

108107
for (let i = 0; i < sassFiles.length; i++) {

0 commit comments

Comments
 (0)