Sfoglia il codice sorgente

how_to_handle_statics.rst: Update make command

`make css` has been renamed to `make assets`.
master
John Vandenberg 4 anni fa
parent
commit
a46b05a8f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      docs/source/howto/how_to_handle_statics.rst

+ 1
- 1
docs/source/howto/how_to_handle_statics.rst Vedi File

46
 local development, :command:`npm run watch` will watch for local changes to SASS files and
46
 local development, :command:`npm run watch` will watch for local changes to SASS files and
47
 automatically rebuild the compiled CSS.
47
 automatically rebuild the compiled CSS.
48
 
48
 
49
-Use the command :command:`make css` to compile assets manually.
49
+Use the command :command:`make assets` to compile assets manually.
50
 
50
 
51
 Javascript
51
 Javascript
52
 ----------
52
 ----------

Loading…
Annulla
Salva