File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Contributing
16
16
17
17
[ issue-list ] : https://github.com/pythonindia/junction/issues/
18
18
[ new-issue ] : https://github.com/pythonindia/junction/issues/new
19
- [ guidelines ] : https://github.com/pythonindia/junction/blob/master/. github/CONTRIBUTING.md
19
+ [ guidelines ] : . github/CONTRIBUTING.rst
20
20
[ getting-started ] : https://in-junction.readthedocs.io/en/latest/development/getting-started.html
21
21
22
22
License
Original file line number Diff line number Diff line change @@ -58,15 +58,14 @@ created with the username ``admin`` and password ``123123``.
58
58
Frontend
59
59
--------
60
60
61
- Working on Junction's frontend requires `NodeJS `_ to be installed on your
62
- system. The frontend is built using `bower `_ and ` grunt `_. To setup the working
61
+ Working on Junction's frontend requires `NodeJS `_ and ` yarn `_ to be installed on your
62
+ system. The frontend is built using `grunt `_. To setup the working
63
63
environment, run the following:
64
64
65
65
.. code-block :: console
66
66
67
67
$ cd junction/static
68
- $ npm install
69
- $ bower install
68
+ $ yarn install
70
69
71
70
Development workflow
72
71
====================
@@ -82,6 +81,10 @@ every file change.
82
81
83
82
$ grunt
84
83
84
+ For ease of development ``app.css `` is checked in to the source code. It is not
85
+ recommended to directly make changes to ``app.css ``, rather update the less files
86
+ and run ``grunt ``, then commit ``app.css ``
87
+
85
88
Invoking ``manage.py ``
86
89
----------------------
87
90
@@ -126,5 +129,5 @@ For building the documentation, run:
126
129
.. _`virtualenv` : https://virtualenv.pypa.io/en/stable/
127
130
.. _`nox` : https://nox.readthedocs.io/en/stable/
128
131
.. _`NodeJS` : https://nodejs.org/
129
- .. _`bower ` : https://bower.io /
132
+ .. _`yarn ` : https://yarnpkg.com /
130
133
.. _`grunt` : https://gruntjs.com/
You can’t perform that action at this time.
0 commit comments