Skip to content

Improve styleUrls regex #140

Closed
Closed
@ghost

Description

Hello,

It's not a "big bug". But it took me one hour to understand why my styleUrls scss file was not inlined.

I had to change from

styleUrls : ['image-chooser.scss']
to
styleUrls: ['image-chooser.scss']

Yes, I just had to remove the space between 'styleUrls' and ':'

I changed the code in gulp/inline-resources.js function inlineStyle

change regex from : /styleUrls:\s*
to/styleUrls\s*:\s*

Anyway, thanks for your job, great generator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions