WSDOT / external-html-template

HTML and CSS application template
2 stars 1 forks source link

Clean-up template and remove Drupal attributes #2

Open waynedyck opened 3 years ago

waynedyck commented 3 years ago

When the Drupal template and code has stabilized (and the new site is launched), we will need to go through the HTML template and remove any Drupal centric attributes like, data-drupal-link-system-path="node/403" and data-tablesaw-mode="stack" which have no functional affect outside of Drupal.

We will also need to replace references of, https://live-wsdot-wsdot.pantheonsite.io with https://wsdot.wa.gov and be sure the correct switch requests are in place to handle the resource routing, /libraries, /core, /themes, etc.

There might even be some stylesheet references we can remove.

jhudsonWA commented 3 years ago

We would love to see this, there is a lot of overhead with this template. once that work is complete my team has plans to turn it into layouts and master pages that .NET apps can use, but we will wait until launch and your work stabilizes.

waynedyck commented 2 years ago

This should be good enough for now. I'm going to generate an initial tagged version release which will be available here and also will copy it to the internal static HTML server.

Closed with commit 6094658852eb4611031580358f5933f7c541fc07

waynedyck commented 2 months ago

Reopening this as there are still plenty of references in the template which serve no purpose outside of a Drupal environment.