spotlight-frontend
Advanced tools
Comparing version 3.6.0-beta.6 to 3.6.0-beta.7
{ | ||
"name": "spotlight-frontend", | ||
"version": "3.6.0-beta.6", | ||
"version": "3.6.0-beta.7", | ||
"description": "Exhibits plugin for blacklight", | ||
@@ -5,0 +5,0 @@ "main": "app/assets/javascripts/spotlight", |
@@ -22,3 +22,3 @@ spotlight | ||
``` | ||
$ rails new app-name -m https://raw.githubusercontent.com/projectblacklight/spotlight/main/template.rb | ||
$ SKIP_TRANSLATION=1 rails new app-name -m https://raw.githubusercontent.com/projectblacklight/spotlight/main/template.rb | ||
``` | ||
@@ -29,3 +29,3 @@ | ||
``` | ||
$ rails app:template LOCATION=https://raw.githubusercontent.com/projectblacklight/spotlight/main/template.rb | ||
$ SKIP_TRANSLATION=1 rails app:template LOCATION=https://raw.githubusercontent.com/projectblacklight/spotlight/main/template.rb | ||
``` | ||
@@ -44,3 +44,3 @@ | ||
``` | ||
$ rake db:migrate | ||
$ SKIP_TRANSLATION=1 rake db:migrate | ||
``` | ||
@@ -124,7 +124,9 @@ | ||
by hand as any changes would be overwritten. When any of the javascript | ||
components in the gem are changed, this bundle should be rebuild with the | ||
components in the gem are changed, this bundle should be rebuilt with the | ||
following steps: | ||
1. [Install npm](https://www.npmjs.com/get-npm) | ||
1. run `npm install` to download dependencies | ||
1. run `npm run prepare` to build the bundle | ||
1. run `npm publish` to push the javascript package to https://npmjs.org/package/spotlight-frontend | ||
2. run `npm install` to download dependencies | ||
3. make sure that the version in `package.json` matches your intended release version | ||
4. commit the new `package-lock.json` that reflects the desired version number | ||
6. run `npm run prepare` to build the bundle | ||
6. run `npm publish` to push the javascript package to https://npmjs.org/package/spotlight-frontend |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2683396
37965
129