Rakefile in bridgetown-plugin-tailwindcss-0.1.1 vs Rakefile in bridgetown-plugin-tailwindcss-0.1.2
- old
+ new
@@ -11,9 +11,13 @@
task :release do
Rake.sh "./script/release"
end
+task :format do
+ Rake.sh "./script/fmt -a"
+end
+
namespace :bump do
task :current do
puts TailwindCss::Utils::Bump.new.current_version
end