You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2018. It is now read-only.
> In your terminal please navigate to where the project is cloned
44
41
45
42
```bash
46
-
$ cd fineuploader-dist
47
-
$ npm install
48
-
$ cd src
43
+
$ cd fineuploader-dist/src
49
44
$ npm install # I don't thinks it's a best idea but, you need to do this in order to install all of fine-uploader dependencies (let me know if you have better one)
50
45
$ cd .. # when all done, get back to the root directory
51
-
$ grunt
46
+
$ ./build.sh <version># e.g: ./build.sh 5.1.3
52
47
```
53
48
54
49
> You should now see these files within the `dist` directory
0 commit comments