Skip to content

Commit e504c7a

Browse files
committed
include uglifyjs command guidelines for contributers
1 parent be907cd commit e504c7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ Note that when specifying these options as html data-attributes, you should conv
118118
</tbody>
119119
</table>
120120

121+
## Contributing
122+
123+
If you have a pull request you would like to submit, please ensure that you update the minified version of the library along with your code changes. This project uses [uglifyjs]() to perform code compression.
124+
125+
Please use the following command:
126+
127+
uglifyjs parallax.js --comments -m -c -o parallax.min.js
128+
121129

122130
LICENSE
123131
=======

0 commit comments

Comments
 (0)