Skip to content

Commit

Permalink
Switch to yarn for select versioning support
Browse files Browse the repository at this point in the history
This allows bootstrap 4 to be bundled using parcel, courtesy of
parcel-bundler/parcel#645 (comment)
  • Loading branch information
mojodna committed May 28, 2018
1 parent 1e231dd commit 46f5361
Show file tree
Hide file tree
Showing 6 changed files with 5,803 additions and 10,577 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -14,14 +14,14 @@ By default, stac-browser will browse the ISERV catalog. To browse your own, set
`CATALOG_URL` when building.

```bash
npm install
CATALOG_URL=http://path/to/catalog.json npm start -- --open
yarn
CATALOG_URL=http://path/to/catalog.json yarn start -- --open
```

## Building

```bash
CATALOG_URL=http://path/to/catalog.json npx parcel build
CATALOG_URL=http://path/to/catalog.json yarn run build
```

## Contributing
Expand Down
1 change: 0 additions & 1 deletion index.html
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>STAC Browser</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 46f5361

Please sign in to comment.