Skip to content

Commit

Permalink
Merge pull request #225 from cloudinary/fix/phpcs
Browse files Browse the repository at this point in the history
Fix/phpcs
  • Loading branch information
pereirinha authored Oct 14, 2020
2 parents ff97bf5 + 36eec66 commit ad63a1a
Show file tree
Hide file tree
Showing 26 changed files with 514 additions and 187 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ coverage/html/
# IDE
.vscode
cloudinary-image-management-and-manipulation-in-the-cloud-cdn
cloudinary-image-management-and-manipulation-in-the-cloud-cdn.zip
3 changes: 2 additions & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ module.exports = function( grunt ) {
dist: {
src: [
'css/**',
'js/**',
'js/**.js',
'php/**',
'ui-definitions/**',
'*.php',
'readme.txt',
'!**/src/**'
],
dest: '<%= dist_dir %>',
expand: true,
Expand Down
Loading

0 comments on commit ad63a1a

Please sign in to comment.