dolphins7.skeleton/twenty-frontend/nanoc/rules/assets.rules
0x1eef ae4e61abbf frontend: add require_rules, and more
The foundation of the 'New issue' form is included in this commit,
but far from finished. `/src/html/` has been added, along with other
file layout changes.
2023-12-20 16:37:40 -03:00

11 lines
193 B
Ruby

#!/usr/bin/env ruby
compile("/css/main.scss") do
filter(:sass, syntax: :scss)
filter(:rainpress)
write("/css/main.css")
end
compile("/fonts/*.ttf") do
write(item.identifier.to_s)
end