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
Copy file name to clipboardExpand all lines: README.md
+2-7
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ following information:
15
15
- When adding a new user, also include company/organization logo.
16
16
17
17
Alternatively you can [submit a pull request](https://github.com/robotframework/robotframework.github.com/pulls) with the above information and
18
-
make it even easier for us to add the link. For pull requests, only submit source file changes. Built files will be updated and commited by maintainer.
18
+
make it even easier for us to add the link. For pull requests, only submit source file changes. Build will be done automatically.
19
19
20
20
## License
21
21
@@ -39,12 +39,7 @@ npm install
39
39
# serve with hot reload at localhost:8080
40
40
npm run dev
41
41
42
-
# and when you are ready to publish your changes, build for production with minification
43
-
npm run build
44
-
45
42
When you want to contribute and open a pull request, only commit source file changes. The build will be done by system.
46
43
```
47
44
48
-
For a detailed explanation on how things work, check out the [vue-webpack template](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
49
-
50
-
We also use [bootstrap-vue](https://bootstrap-vue.js.org/docs) for implementing bootstrap-v4.
45
+
The page is built with [Vue CLI](https://cli.vuejs.org/).
0 commit comments