mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
remove debugging puts
This commit is contained in:
parent
7341dcd2dc
commit
37b75c65c1
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ class Blag
|
|||
|
||||
def copy_assets
|
||||
Dir[File.join(@src, 'css', '*.css')].each do |stylesheet|
|
||||
puts stylesheet
|
||||
FileUtils.cp(stylesheet, @css_dest)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue