Dotclear

Changeset 4039:c050fa0c2bb3


Ignore:
Timestamp:
09/18/19 15:38:16 (6 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Switch to exclude-from for rsync and according exclusion list (which should be completed as necessary)

Location:
build-tools
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • build-tools/build-module.sh

    r4038 r4039  
    4343fi 
    4444mkdir ./"$MOD_NAME" 
    45 rsync --exclude="$MOD_NAME" --exclude="mkdocs" --exclude="build.sh" --exclude=".git*" --exclude=".DS_Store" --exclude="*.zip" --exclude="*.map" --exclude="*.rb" --exclude="sass" --exclude="scss" --exclude=".sass*" --exclude="scripts" -a . ./"$MOD_NAME" 
     45rsync --exclude-from="$DIRECTORY/build-module-rsync-exclude.txt" --exclude="$MOD_NAME" -a . ./"$MOD_NAME" 
    4646 
    4747# Pack Javascript files 
Note: See TracChangeset for help on using the changeset viewer.

Sites map