lib/octopress-ink/assets/file.rb in octopress-ink-1.0.0.rc.17 vs lib/octopress-ink/assets/file.rb in octopress-ink-1.0.0.rc.18
- old
+ new
@@ -16,10 +16,10 @@
@exists = {}
file_check
end
def add
- if !exists?(local_plugin_path) && !Octopress.config['docs_mode']
+ if !exists?(local_plugin_path)
Plugins.static_files << StaticFile.new(File.join(source_dir, file), destination)
end
end
private