bin/plezi in plezi-0.12.18 vs bin/plezi in plezi-0.12.19
- old
+ new
@@ -48,10 +48,9 @@
# require 'optparser'
if ARGV[0] == 'new' || ARGV[0] == 'n' || ARGV[0] == "force" || ARGV[0] == 'mini' || ARGV[0] == 'm'
#########
## set up building environment
- NO_PLEZI_AUTO_START = true
ARGV[1] = ARGV[1].gsub /[^a-zA-Z0-9]/, '_'
if Dir.exists?(ARGV[1]) && ARGV[0] != "force"
puts ""
puts "WARNING: app/folder alread exists, use `plezi fource #{ARGV[1]}` to attempt rebuild (no files will be overwritten).".red
puts ""