File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-theme-core" ,
3- "version" : " 0.0.10 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Telerik NativeScript Core Theme" ,
55 "author" : " Telerik <support@telerik.com>" ,
66 "homepage" : " https://www.nativescript.org" ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ function createCSSFromSCSS() {
122122 var path = filePath ;
123123 var parts = path . split ( '/' ) ;
124124 var filename = parts [ parts . length - 1 ] ;
125- return path . indexOf ( "App_Resources" ) === - 1 && filename . indexOf ( "_" ) !== 0 && filename . indexOf ( 'app.' ) !== 0 ;
125+ return path . indexOf ( "App_Resources" ) === - 1 && path . indexOf ( 'demo-styles' ) === - 1 && filename . indexOf ( "_" ) !== 0 && filename . indexOf ( 'app.' ) !== 0 ;
126126 } ) ;
127127
128128
You can’t perform that action at this time.
0 commit comments