privly / privly-jetpack

A development repo for porting privly-firefox to Jetpack
MIT License
4 stars 9 forks source link

Ignore certain files while packaging extension #9

Closed hitesh96db closed 9 years ago

smcgregor commented 9 years ago

The complete set of files we currently ignore for the Xul version can be found here. Ignore whatever files should be ignored for the testing process and add commented out files to the package ignore that should be ignored when packaging for Mozilla.

hitesh96db commented 9 years ago

package.sh doesn't work anymore with jetpack. So, what you mean is that all the files that are added to .package_ignore are meant to be ignored for the packaged extension(which will be copy pasted into .jpmignore before packaging, right ?) and so the .jpmignore can be empty for developers ?

smcgregor commented 9 years ago

The .jpmignore file should include every file that should not be packaged with the extension for Mozilla. Comment out the files in the .jpmignore that are needed for testing. I'll uncomment the test files when I package for Mozilla.

hitesh96db commented 9 years ago

Rebased with a newer commit.