Sha256: ce45ca2ff9115e81021db23168b0ab434129727de4c69059fb1cedc1e1266ae9
Contents?: true
Size: 405 Bytes
Versions: 15
Compression:
Stored size: 405 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'sprockets', :destination => 'api/public/', :asset_paths => ['api/assets/javascripts'], :root_file => "core.js" do watch(%r{api(/assets/javascripts/(.+\.(js))).*}) end guard 'compass', :configuration_file => 'api/assets/compass.rb', :project_path => 'api/assets' do watch(%r{api(/assets/stylesheets/(.+\.(scss)))}) end
Version data entries
15 entries across 15 versions & 1 rubygems