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

ISTWCMS-5656: adding to build ohana script to include js

parent 54e6f040
No related branches found
No related tags found
1 merge request!17ISTWCMS-5656: adding tabs
...@@ -85,6 +85,8 @@ echo "Done running npm run build." ...@@ -85,6 +85,8 @@ echo "Done running npm run build."
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Setting up pattern-lab ..." echo "Setting up pattern-lab ..."
sed -i 's/{{ htmlClass }}/{{ htmlClass }} js/g' src/styleguide/meta/_head.twig sed -i 's/{{ htmlClass }}/{{ htmlClass }} js/g' src/styleguide/meta/_head.twig
sed -i 's/{# //g' src/styleguide/meta/_foot.twig
sed -i 's/ #}//g' src/styleguide/meta/_foot.twig
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Done setting up pattern-lab." echo "Done setting up pattern-lab."
......
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