lightning_sites 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/lightning_sites.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e12fbeb7d1eac2f86c21867b539b89300fe9ad78
|
|
4
|
+
data.tar.gz: 62aa26adfb2a0d562cc086c2bc90fae8682435e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a22c0dd14f463cb19672a6e1791504ce17d56cbc6ae4ae60e2edb63a58532b596abc1928234e4b394d02667ae2a6fcee2fc89a174c523aa09a2ebed3e3d1f2eb
|
|
7
|
+
data.tar.gz: cf5254bececf5a9bb0241df5a87c4e123d337cab13f9f6f9b960c0ef65ec284a5dca8c2d463e3fc29cd9a6dc43a05015dd2072695aaba9c9a2975f9c8e8b1159
|
data/lib/lightning_sites.rb
CHANGED
|
@@ -104,7 +104,7 @@ namespace :rsync do
|
|
|
104
104
|
desc "Copy the source directory to the build directory, excluding some files"
|
|
105
105
|
task :copy_build do
|
|
106
106
|
puts 'Copying source directory to build directory'.blue
|
|
107
|
-
rsync_opts = %w[--archive --delete]
|
|
107
|
+
rsync_opts = %w[--archive --delete --delete-excluded]
|
|
108
108
|
from = @source_dir + '/'
|
|
109
109
|
to = @build_dir + '/'
|
|
110
110
|
excludes = @build_excludes
|