Skip to content

sul-dlss-deprecated/iiifManifestLayouts

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

iiifManifestLayouts

Installation for development

Clone the repository

git clone https://github.com/sul-dlss/iiifManifestLayouts.git

Install dependencies

npm install

Run development server

grunt serve

Now you can view the example at http://127.0.0.1:4000/example/

Building a release

While running grunt serve, an updated version of the module can be found locally in ./stage. To build the package for a release, do the following:

# Will put a freshly built copy of the library in ./dist
grunt build

Bump the version using grunt-bump

** IMPORTANT ** This command will do the following:

  • bump the version in package.json and dist/*.js
  • Commit the version bumps
  • Tag Commit
  • Push commit and tag up to origin

** This should only be run on master, AFTER pull requests have been merged and a new dist version has been built **

# Use --dry-run switch to see what it does
grunt bump

License

Apache-2.0