Merge pull request #1964 from tnajdek/1944-skip-scss-files-build-if-not-changed
Skip .scss files if build not required #1944
This commit is contained in:
commit
65369ebb47
6 changed files with 81 additions and 62 deletions
|
@ -50,7 +50,8 @@ const symlinkFiles = [
|
|||
'resource/ace/theme-chrome.js',
|
||||
'resource/ace/theme-monokai.js',
|
||||
'resource/ace/worker-javascript.js',
|
||||
'update.rdf'
|
||||
'update.rdf',
|
||||
'!chrome/skin/default/zotero/**/*.scss'
|
||||
];
|
||||
|
||||
|
||||
|
@ -89,7 +90,6 @@ const browserifyConfigs = [
|
|||
// exclude mask used for js, copy, symlink and sass tasks
|
||||
const ignoreMask = [
|
||||
'**/#*',
|
||||
'**/_*.scss',
|
||||
'resource/schema/global/schema.json.gz'
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue