Pretty-print CSS even when creating a new file
This commit is contained in:
parent
89702bf606
commit
11d15b2f28
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ function convertTheme(name, tmThemePath, outputDirectory) {
|
|||
css = cssStringify({stylesheet: {rules: oldRules}}, { compress: false });
|
||||
} catch(e) {
|
||||
console.log("Creating new file: " + name + ".css")
|
||||
css = cssStringify(cssParse(css), { compress: false });
|
||||
}
|
||||
|
||||
var js = fillTemplate(jsTemplate, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue