mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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
|
def copy_assets
|
||||||
Dir[File.join(@src, 'css', '*.css')].each do |stylesheet|
|
Dir[File.join(@src, 'css', '*.css')].each do |stylesheet|
|
||||||
puts stylesheet
|
|
||||||
FileUtils.cp(stylesheet, @css_dest)
|
FileUtils.cp(stylesheet, @css_dest)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue