Sha256: 051b4d271dc6ea47ec173084bf1be6549a195e8fd57a22569f146c458a9ada0a
Contents?: true
Size: 281 Bytes
Versions: 3
Compression:
Stored size: 281 Bytes
Contents
include LatoCore::Interface # Initialize module on project desc 'Create view.yml file for Lato configuration' task :lato_view_initialize do directory = core_getCacheDirectory FileUtils.cp "#{LatoView::Engine.root}/config/example.yml", "#{Rails.root}/config/lato/view.yml" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lato_view-1.1.5 | lib/tasks/lato_view_tasks.rake |
lato_view-1.1.4 | lib/tasks/lato_view_tasks.rake |
lato_view-1.1.3 | lib/tasks/lato_view_tasks.rake |