dolphins7.skeleton/twenty-frontend/nanoc/rules/connections.rules

16 lines
360 B
Ruby

#!/usr/bin/env ruby
##
# GET /
compile '/html/connections/index.html.erb' do
layout "/default.*"
filter(:erb)
write('/connections/index.html')
end
##
# GET /js/entry-point/connections.js
compile("/js/entry-point/connections.tsx") do
filter(:webpack, depend_on: %w[/js/components/ /js/hooks/ /js/types/])
write("/js/entry-point/connections.js")
end