Skip to content
Snippets Groups Projects
Commit 54e6f040 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5656: adding js class to html class using build ohana script

parent 5a802ea2
No related branches found
No related tags found
1 merge request!17ISTWCMS-5656: adding tabs
...@@ -82,6 +82,12 @@ npm run build ...@@ -82,6 +82,12 @@ npm run build
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Done running npm run build." echo "Done running npm run build."
echo "**************************************************************************************"
echo "Setting up pattern-lab ..."
sed -i 's/{{ htmlClass }}/{{ htmlClass }} js/g' src/styleguide/meta/_head.twig
echo "**************************************************************************************"
echo "Done setting up pattern-lab."
if [[ $build_option == 2 || $build_option == 4 ]]; then if [[ $build_option == 2 || $build_option == 4 ]]; then
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Setting up css/js and removing ohana ..." echo "Setting up css/js and removing ohana ..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment