1.1.1 • Published 5 years ago
sep-guidelines v1.1.1
sep-guidelines npm package
This package based on UX/UI guidelines for Saberespoder services. The main foundation of this package is Twitter Bootstrap v.3.3 styled according to sep guidelines. Further changes should be applied by tweking variables file
Rebuild package
In the most cases we would need to include built files from the sep-guidelines/dist
directory. Basically, there are two approaches to get files updated there:
- Say
npm run build
- Run package publishing by
npm publish ./
This command will publish npm package on npmjs.com and consequently prebuild assets (thanks to prepublish section in package.json)
Include package
Since we intended to use this package mostly in our Ruby-based projects the easies way to include files will look like so:
Stylesheets
@import "sep-guidelines/dist/sep-guidelines";
JavaScripts
//= require "sep-guidelines/dist/sep-guidelines"