Skip to content
Snippets Groups Projects
Commit 138b8c83 authored by khawkins's avatar khawkins
Browse files

Add note on building with NPM

parent 2d86c062
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,14 @@ That is:
```
//www.ebi.ac.uk/web_guidelines/EBI-Framework/v1.1/js/script.js
```
### Building from NPM
We expect the vast majority of users to link to the built CSS and JS files (as shown in the sample HTML files), however some teams may want to download the EBI Framework and modify it for performance or deeper appearance issues.
We've configured the system to build with NPM (no need for gulp or bower).
To get started, have a look at `package.json`. Likely the the `npm run scss` command will cover 90% of use cases.
## Roadmap
- v1.2: Guidance and templates for wide-screen content engagements;
Use the masthead image as a skybox promo/feature
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment