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

17 lines
348 B
Text
Raw Normal View History

#!/usr/bin/env ruby
##
# GET /
compile '/html/connections/index.html.erb' do
layout "/default.*"
filter(:erb)
write('/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