Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
693 steven 1
Testing
2
-------
3
 
4
    $ npm install
5
    $ npm test
6
 
7
or try it out in the browser:
8
 
9
    $ open test/index.html
10
 
11
Testing component build
12
-----------------------
13
 
14
    $ component install
15
    $ component build
16
    $ open test/component.html
17
 
18
Releasing
19
---------
20
 
21
    $ npm test
22
    $ bump *.json nprogress.js          # bump version numbers
23
    $ git release 0.1.1                 # release to bower/github
24
    $ npm publish                       # release to npm
25
    $ git push origin master:gh-pages   # update the site