Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

artsy-elan

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artsy-elan

Élan

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Élan

UI library and style guide

artsy-elan-production.herokuapp.com


Installation

npm install artsy-elan --save

Include:


// Common
@import '../../node_modules/artsy-elan/components/lib'

// Components
@import '../../node_modules/artsy-elan/assets/stylesheets/components'


Development server

foreman start -f Procfile.dev

=> Local: http://localhost:3010
=> External: http://x.x.x.x:3010

Asset changes are streamed to the browser (stylesheets) or auto-reloaded (javascript/templates) on save


Hosted production assets

GET /production/manifest.json

=> {
  images/favicon.ico: "//s3.amazonaws.com/artsy-elan-production/images/favicon.xxx.ico.gz",
  stylesheets/components.css: "//s3.amazonaws.com/artsy-elan-production/stylesheets/components.xxx.css.gz"
  [...]
}


TODO

  • NPM publish
  • Lotta re-organization
  • Icons / SVG embedding

FAQs

Package last updated on 11 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc