Rakefile in bridgetown-plugin-tailwindcss-0.1.2 vs Rakefile in bridgetown-plugin-tailwindcss-0.1.3

- old
+ new

@@ -7,10 +7,10 @@ RSpec::Core::RakeTask.new(:spec) task :default => :spec task :test => :spec -task :release do +task :deploy do Rake.sh "./script/release" end task :format do Rake.sh "./script/fmt -a"