mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-06 06:53:20 +00:00
fix tyop
This commit is contained in:
@@ -33,7 +33,7 @@ Minification, uglification and other tasks you're expected to run before deployi
|
||||
|
||||
## Development guidelines
|
||||
* **public** - directory should be dedicated only to compiled/copied files from **src** - directory.
|
||||
It should be possible to delete directory completely and after **npm start** or **npm run build** everything should be as they were before the deletation.
|
||||
It should be possible to delete directory completely and after **npm start** or **npm run build** everything should be as they were before the deletion.
|
||||
* All backend dependencies should be installed with **npm**. Browser dependencies should be installed with **bower** or with **npm**.
|
||||
|
||||
### Adding 3rd party libraries
|
||||
|
||||
Reference in New Issue
Block a user