Guest User

Untitled

a guest
May 25th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. namespace :sass do
  2. desc 'Updates stylesheets if necessary from their Sass templates.'
  3. task :update => :environment do
  4. Sass::Plugin.update_stylesheets
  5. end
  6. end
Add Comment
Please, Sign In to add comment