Skip to content

Commit

Permalink
Fix moment leftover in internal script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Feb 13, 2021
1 parent 1e0eb83 commit 9a226dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-npm-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pushd nikola/data/themes/base/assets/js
ln -sf ../../../../../../npm_assets/node_modules/luxon/build/global/luxon.min.js .
ln -sf ../../../../../../npm_assets/node_modules/html5shiv/dist/html5shiv-printshiv.min.js .
ln -sf ../../../../../../npm_assets/node_modules/html5shiv/dist/html5shiv-printshiv.min.js html5.js
git add moment-with-locales.min.js html5.js html5shiv-printshiv.min.js
git add luxon.min.js html5.js html5shiv-printshiv.min.js
popd

# Link jQuery to bootstrap theme
Expand Down

0 comments on commit 9a226dc

Please sign in to comment.