UNPKG
can-queues
Version:
latest (1.3.2)
pre (1.3.0-pre.0)
1.3.2
1.3.1
1.3.0
1.3.0-pre.0
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.5.0
0.5.0-pre.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.7
0.0.3
A light weight JavaScript task queue
github.com/canjs/can-queues
canjs/can-queues
can-queues
/
Makefile
11 lines
(10 loc)
•
212 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
publish
-
docs: npm install
--no-shrinkwrap
git checkout
-
b gh
-
pages npm run docco git
add
-
f docs
/
git
fetch
git
commit
-
m "Publish docs" git push
-
f origin gh
-
pages git checkout
-
git branch
-
D gh
-
pages