Skip to content

Commit

Permalink
Use CDN backed domain for stable resources (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored Feb 12, 2022
1 parent 863f697 commit da5e100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Compile JS and CSS files for CDN
run: |
(cd js && npm run build)
sed -i "s~'https://raw.githack.com/atk4/ui/develop/public.*~'https://raw.githack.com/atk4/ui/${{ steps.target.outputs.version_name }}/public',~" src/App.php
sed -i "s~'https://raw.githack.com/atk4/ui/develop/public.*~'https://rawcdn.githack.com/atk4/ui/${{ steps.target.outputs.version_name }}/public',~" src/App.php
lessc public/agileui.less public/agileui.css --clean-css="--s1 --advanced" --source-map
echo '!/agileui.css.map' >> public/.gitignore
Expand Down

0 comments on commit da5e100

Please sign in to comment.