mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
Precompile .less theme files
This commit is contained in:
parent
1b6bd1f32f
commit
df9c30d174
@ -8,7 +8,10 @@ RESOUCES_PATH="$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH"
|
||||
|
||||
# Copy non-coffee files into bundle
|
||||
rsync --archive --recursive \
|
||||
--exclude="src/**.coffee" --exclude="src/**.cson" \
|
||||
--exclude="src/**.less" --exclude="static/**.less" \
|
||||
--exclude="src/**.coffee" \
|
||||
--exclude="src/**.cson" \
|
||||
--exclude="src/**.less" \
|
||||
--exclude="static/**.less" \
|
||||
--exclude="themes/**.less" \
|
||||
node_modules src static vendor spec benchmark themes dot-atom atom.sh \
|
||||
"${COMPILED_SOURCES_DIR}/" "$RESOUCES_PATH"
|
||||
|
@ -28,7 +28,7 @@ $(find_files '*.coffee' | file_list)
|
||||
$(find_files '*.cson' | file_list)
|
||||
],
|
||||
'less_sources': [
|
||||
$(find src static -type file -name '*.less' | file_list)
|
||||
$(find src static themes -type file -name '*.less' | file_list)
|
||||
],
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user