Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Updated the generate task
Browse files Browse the repository at this point in the history
  • Loading branch information
rodica-andronache committed Nov 26, 2018
1 parent 9bed512 commit 89e503d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ install:
script:
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then grunt travis; fi;
before_deploy:
- openssl aes-256-cbc -K $encrypted_d069f3374b98_key -iv $encrypted_d069f3374b98_iv
-in themeisle.enc -out /tmp/key -d
- chmod +x bin/prepare-deploy.sh
- ". ./bin/prepare-deploy.sh"
deploy:
Expand Down
8 changes: 8 additions & 0 deletions grunt/aliases.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#Check code of the theme
check:
- 'phpcbf'
- 'makepot'
- 'travis'
generate:
description: 'Generic task.'
tasks: []
1 change: 1 addition & 0 deletions themeisle-hash.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"404.php":"b947f288f9bd42f2fcbf0325eb8941fc","archive.php":"836f34fde300d58216ea65c3c5642589","comments.php":"3e235562482b26a26fe89b1944d6db63","content-none.php":"c13ae06588fc4c7e82b24ad761209029","content-page.php":"8c22b380ad97785cc299198818705f21","content-search.php":"d98193e2c9d2f954fbb8612fef6f35b0","content-single.php":"000205daed66e35b9e4d5515bffda7b8","content.php":"31eedd62d17427e1d2ec6dd747a55044","footer.php":"ef0f0723f67b3a01d0e84a8c589e9f3c","functions.php":"e3c3c7d2f37472dc5f31139e1e35730b","header.php":"529002a30d68d78350213fad37f7f7d3","index.php":"3be772d10ee6c5ad60cc390433873527","page.php":"93aa63e31ba1666b32d7342cbd0f1b38","search.php":"d0abbaac379664c3d2751e793a7e69c4","sidebar.php":"08de88c6e6acd40a659439ab6aa848e9","single.php":"7a99b6aa0589019cf2373d3dee632085","style.css":"220f2ef8f94f32074cdd7c265dc022f4"}
Binary file modified themeisle.enc
Binary file not shown.

0 comments on commit 89e503d

Please sign in to comment.