이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
bertieb
/
dice-roller
보기
1
좋아요
0
포크
0
코드
이슈
1
풀 리퀘스트
0
릴리즈
5
위키
활동
Roll dice (eg Asphodice) and show outcomes
https://rpg.bertieb.org/dice-roller/
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39
커밋
1
브렌치
261 KiB
트리:
f80ac3dfa0
master
v0.3.5
v0.3.3
v0.3.0
v0.2.0
v0.1.3
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from 'f80ac3dfa0'
${ noResults }
dice-roller
/
.gitignore
.gitignore
56 B
Raw
Normal View
히스토리
Package info and ignores
3 년 전
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
3 년 전
1
2
3
4
5
*.js
node_modules/
package-lock.json
dist/
!gulpfile.js