apps/blueprint/config.rb in brief-1.14.2 vs apps/blueprint/config.rb in brief-1.14.3
- old
+ new
@@ -15,9 +15,12 @@
config do
set(:documentation_path, File.join(File.dirname(__FILE__), 'documentation'))
end
+command(:sync) do |*args|
+end
+
class Brief::Briefcase
def has_table_of_contents?
docs_path.join('index.md').exist?
end