Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created May 29, 2019 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodesp/e2aa9591642df2fdf86473411d762a73 to your computer and use it in GitHub Desktop.
Save theodesp/e2aa9591642df2fdf86473411d762a73 to your computer and use it in GitHub Desktop.
➜ tree dist/js/vendor
dist/js/vendor
├── cldr
│ ├── el
│ │ ├── ca-gregorian.json
│ │ ├── currencies.json
│ │ ├── numbers.json
│ │ └── units.json
│ ├── en
│ │ ├── ca-gregorian.json
│ │ ├── currencies.json
│ │ ├── numbers.json
│ │ └── units.json
│ └── supplemental
│ ├── plurals.json
│ ├── timeData.json
│ └── weekData.json
├── cldr.js
├── globalize.js
├── jquery-3.3.1.min.js
└── modernizr-3.7.1.min.js
4 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment