Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
bertieb
/
dice-roller
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
1
Demandes d'ajout
0
Versions
5
Wiki
Activité
Roll dice (eg Asphodice) and show outcomes
https://rpg.bertieb.org/dice-roller/
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
31
Révisions
1
Branche
261 KiB
Aborescence:
f1f6dd7217
master
v0.3.5
v0.3.3
v0.3.0
v0.2.0
v0.1.3
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de 'f1f6dd7217'
${ noResults }
dice-roller
/
.gitignore
.gitignore
56 B
Brut
Vue normale
Historique
Package info and ignores
il y a 3 ans
Add gulp for automated builds & Boostrap for FE Can now build all with 'gulp' (if gulp-cli installed) Big commit. Breakdown: - .gitignore includes gulpfile.js (otehrwise excluded) - gulpfile sets up build steps + browsersync - src/ files for FE (stub for now) - moved ts to src/ for consistency - update tsconfig with new paths - package.json lists new reqs
il y a 3 ans
1
2
3
4
5
*.js
node_modules/
package-lock.json
dist/
!gulpfile.js