Skip to content
Merged

Dev #51

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,241 changes: 317 additions & 2,924 deletions ar/roadmap.html

Large diffs are not rendered by default.

1,230 changes: 1,230 additions & 0 deletions assets/css/roadmap.css

Large diffs are not rendered by default.

1,330 changes: 1,330 additions & 0 deletions assets/js/roadmap.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lib": "lib"
},
"scripts": {
"test": "npm run release:test && npm run pricing:test && npm run branding:test && npm run seo:test && npm run auth-nav:test && npm run anchor-nav:test && npm run initiatives:test && npm run initiatives-admin:test && npm run homepage-metrics:test && npm run counter-coverage:test && npm run account-ux:test && npm run team-id-cards:test",
"test": "npm run release:test && npm run pricing:test && npm run branding:test && npm run seo:test && npm run auth-nav:test && npm run anchor-nav:test && npm run initiatives:test && npm run initiatives-admin:test && npm run roadmap:test && npm run homepage-metrics:test && npm run counter-coverage:test && npm run account-ux:test && npm run team-id-cards:test",
"release": "node scripts/sync-release-version.js",
"release:test": "node scripts/release-version-test.js",
"security:audit": "npm audit --omit=dev --audit-level=high",
Expand All @@ -18,6 +18,7 @@
"anchor-nav:test": "node scripts/anchor-navigation-test.js",
"initiatives:test": "node scripts/initiatives-test.js",
"initiatives-admin:test": "node scripts/initiatives-admin-test.js",
"roadmap:test": "node scripts/roadmap-shared-test.js",
"homepage-metrics:test": "node scripts/homepage-metrics-test.js",
"counter-coverage:test": "node scripts/counter-coverage-test.js",
"account-ux:test": "node scripts/account-ux-test.js",
Expand Down
Loading
Loading