showing results for - "jquery migrate"
Laura
16 Nov 2019
1Build and run tests:
2
3Build with npm commands
4$ git clone git://github.com/jquery/jquery-migrate.git
5$ cd jquery-migrate
6$ npm install
7$ npm run build
8
9Build with grunt
10$ git clone git://github.com/jquery/jquery-migrate.git
11$ cd jquery-migrate
12$ npm install
13$ npm install -g grunt-cli
14$ grunt build
15
16Run tests
17$ npm test
18Or
19$ grunt test