lib/tools.rb in capucine-0.2.3 vs lib/tools.rb in capucine-0.2.4
- old
+ new
@@ -152,12 +152,12 @@
scope = (scope != 'all') ? scope.split(',') : all # [] or ['sass', 'coffee']
all.each_with_index do |command, i|
if @cap.settings.conf[command] == true
- if scope.include?(command)
- todo[i] = true
- end
+ todo[i] = true
+ # if scope.include?(command)
+ # end
end
end
return todo
end