aboutsummaryrefslogtreecommitdiffstats
path: root/.npmignore
Commit message (Collapse)AuthorAgeFilesLines
* Build: remove travis.yml and travis mentions from core (#4983)Timmy Willison2021-12-131-1/+0
| | | | We've migrated to GH actions on jQuery core and have already disabled travis builds for core.
* Build: Restore the external directoryMichał Gołębiowski-Owczarek2021-03-241-0/+1
| | | | | | | | | | | | In gh-4466, we removed the `external` directory in favor of loading some files directly from `node_modules`. This works fine locally but when deploying code for tests, this makes it impossible to not deploy `node_modules` as well. To avoid the issue, this change restores usage of the `external` directory. One change is that we no longer commit this directory to the repository, its only purpose is to have clear isolation from `node_modules`. Ref gh-4466 Closess gh-4865
* Build: Remove the external directory, read from node_modules directlyMichał Gołębiowski-Owczarek2019-08-261-4/+0
| | | | | | Now that Sizzle is gone & we use npm, we can read from node_modules directly and skip the setup that copies some files to the external directory. Closes gh-4466
* Build: Drop jscs.json from .npmignoreMichał Gołębiowski2016-12-191-1/+0
| | | | The file doesn't exist anymore.
* Build: Simplify Gruntfile constructionsOleg Gaidarenko2016-08-021-1/+1
| | | | Fixes gh-3246
* Build: Switch from jscs+jshint to eslintOleg Gaidarenko2016-06-111-2/+2
|
* Build: ignore test dependencies for npm installTimmy Willison2014-06-241-0/+4
|
* Build: Use absolute paths in .gitignore and .npmignore.Michał Gołębiowski2013-12-181-5/+7
| | | | | .gitignore/.npmignore treat all its paths as relative to *every* directory in the repository. In most cases that’s not what’s desired.
* Release script: Add .npmignore and keep .gitignore when creating the tagTimmy Willison2013-11-151-0/+11