@shore/bootstrap
Advanced tools
Comparing version 3.3.5-shore.2 to 3.3.5-shore.3
@@ -43,3 +43,10 @@ /*! | ||
// Metadata. | ||
pkg: grunt.file.readJSON('package.json'), | ||
pkg: (function () { | ||
var pkg = grunt.file.readJSON('package.json'); | ||
// NOTE: remove private namespace from package name | ||
pkg.name = pkg.name.replace('@shore/', ''); | ||
return pkg; | ||
}()), | ||
banner: '/*!\n' + | ||
@@ -46,0 +53,0 @@ ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' + |
{ | ||
"name": "@shore/bootstrap", | ||
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", | ||
"version": "3.3.5-shore.2", | ||
"version": "3.3.5-shore.3", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "css", |
@@ -10,6 +10,2 @@ # THIS IS A CUSTOM VERSION OF BOOTSTRAP USED BY [SHORE](http://www.shore.com/) | ||
## Simple theme testing | ||
Just execute `npm run test-server` to open the theme test page and start hacking the less files. The test-server will watch for files changes and autom. reloads the test page. | ||
## Usage | ||
@@ -25,11 +21,39 @@ | ||
## Build | ||
## Development | ||
Make sure you executed `npm install` before | ||
Use the `shore-bootstrap3` branch as a basis. Do not commit your changes to `master`! | ||
Install the required npm packages from the project root via: | ||
``` | ||
npm install | ||
``` | ||
### Simple theme testing | ||
Execute | ||
``` | ||
npm run test-server | ||
``` | ||
to open the theme test page and start hacking the less files. The test-server will watch for files changes and autom. reloads the test page. | ||
### How to update the *Shore Icon Font*? | ||
* Go to [Fontastic](http://app.fontastic.me/#select/DodAuckJNKeGyhRNYdnd48) | ||
* Make sure **shore-icons** is selected (top-left, below Fontastic logo) | ||
* Select new icons</li> | ||
* Go to [Publish page](http://app.fontastic.me/#publish/font/DodAuckJNKeGyhRNYdnd48) | ||
* Click on **DOWNLOAD** button | ||
* Extract ZIP file and copy folder `shore-icons` to project root folder | ||
### Build | ||
``` | ||
npm run build | ||
``` | ||
## Publish on npm | ||
### Publish on npm | ||
@@ -36,0 +60,0 @@ Increment the `shore.n` version in `package.json`, commit and push before |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
119
11762
205
1666818
12