Skip to content

Commit

Permalink
Add copyright text to compiled file
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 14, 2023
1 parent b38c08d commit dcb8fc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/hydefront/.github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Build assets for production
run: npm run prod

- name: Add copyright text to compiled file
# add '/*! HydeFront v3.0.0 | MIT License | https://hydephp.com*/' to the top of the dist/hyde.css file
run: sed -i '1s/^/\/\*! HydeFront v3.0.0 | MIT License | https:\/\/hydephp.com\*\/\n/' dist/hyde.css

- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit dcb8fc6

Please sign in to comment.