Skip to content

Commit

Permalink
add Linux prepare and publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Reid committed Oct 30, 2017
1 parent b7dae67 commit b7fb46c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prepare-exclude.rsync.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.tests.js
*.cmd
*.list
*.gitignore
*.eslintrc
*.editorconfig
*.sh
package.json
3 changes: 3 additions & 0 deletions prepare.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rm -rf /s /q ./meteor-css-modules
rsync -d --exclude-from prepare-exclude.rsync.list --exclude='*/' ./ ./meteor-css-modules
rsync -d --exclude-from prepare-exclude.rsync.list --exclude='*/' ./helpers/ ./meteor-css-modules/helpers
4 changes: 4 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
./prepare.sh
cd meteor-css-modules
meteor publish
cd ..

0 comments on commit b7fb46c

Please sign in to comment.