Skip to content

Commit ff7069f

Browse files
authored
Merge pull request jsonwebtoken#555 from jsonwebtoken/feature/libs-page
Move libraries to a separate page
2 parents 3997bdd + 9a88a2a commit ff7069f

22 files changed

+1185
-1653
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ module.exports = (grunt) => {
128128
files: {
129129
"dist/website/index.html": "views/website/index.pug",
130130
"dist/website/introduction/index.html": "views/website/introduction.pug",
131+
"dist/website/libraries/index.html": "views/website/libraries.pug",
131132
},
132133
},
133134
extension: {
@@ -277,4 +278,4 @@ module.exports = (grunt) => {
277278
grunt.registerTask("test", ["unit-tests", "functional-tests"]);
278279

279280
grunt.registerTask("default", ["build-dev", "connect:website", "watch"]);
280-
};
281+
};

img/website/ico_logo.svg

Lines changed: 1 addition & 26 deletions
Loading

img/website/pic_logo_ft.svg

Lines changed: 1 addition & 15 deletions
Loading

0 commit comments

Comments
 (0)