Skip to content

Commit

Permalink
Fix not updating the *.js file from Elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelasoie committed Sep 14, 2022
1 parent 772b02d commit d755257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Epfl theme (Wordpress)
```
rsync -av --progress ./elements/ wp-theme-2018/assets/
--exclude node_modules --exclude .git
--exclude 'js/vendors.js' --exclude 'js/elements.js' --exclude 'package.json' --exclude '.nojekyll'
--exclude 'package.json' --exclude '.nojekyll'
```
- Find the elements version in ./elements/package.json
- Commit the builds `git commit -am "New element version $elementversion"`
Expand Down

0 comments on commit d755257

Please sign in to comment.