Skip to content

Commit

Permalink
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garvinhicking committed Jun 25, 2014
2 parents c2e3b5a + 9808c57 commit 6b1b4f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/2k11/admin/js/gruntipity.php
Expand Up @@ -13,19 +13,19 @@
##
## If a new release of a plugin is to be incorporated (say a new release of jquery-autoscroll) you:
##
## 1. Download the minified version jquery-autoscroll.js and put it into this directory
## 1. Download the minified version jquery.autoscroll.js and put it into this directory
## 2. Execute "php gruntipity.php"
## 3. The "plugins.js" file will get updated
## 4. Commit both plugins.js and jquery-autoscroll.js to the GIT repository
## 4. Commit both plugins.js and jquery.autoscroll.js to the GIT repository
##
##
## If you want to add a new js plugin to the "plugins.js" you:
## 1. Download the minified version jquery-XXX.js and put it into this directory
## 2. Edit gruntipity.php, change the $files array and place the new jquery-XXX.js file at the place
## where it belongs, if order matters. If no order matters, put it at the end.
## 1. Download the minified version jqueryXXX.js and put it into this directory
## 2. Edit gruntipity.php, change the $files array and place the new jqueryXXX.js file at the place
## where it belongs, if order matters. If order does not matter, put it at the end.
## 3. Execute "php gruntipity.php"
## 4. The "plugins.js" file will get updated
## 5. Add jquery-XXX.js to the GIT repository.
## 5. Add jqueryXXX.js to the GIT repository.
## 6. Commit changes of plugins.js, gruntipity.php and jqueryXXX.js to the GIT repository
##

Expand Down

0 comments on commit 6b1b4f2

Please sign in to comment.