About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:npm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
development:npm [2023/03/22 18:23] – [npm run scss] demiankatzdevelopment:npm [2023/04/20 15:00] demiankatz
Line 5: Line 5:
 To setup NPM to run, first install node and run "npm install" to install all the dependencies in package.json. To setup NPM to run, first install node and run "npm install" to install all the dependencies in package.json.
  
-===== npm run css =====+===== npm run build:css =====
  
-Generates any CSS files that require pre-processing inside all available themes. As of this writing, this is an alias for ''npm run less'', but as VuFind® evolves, if we migrate to different technologies, we plan to maintain this alias, so your development routines will not be disrupted.+Generates any CSS files that require pre-processing inside all available themes. As of this writing, this is an alias for ''npm run build:less'', but as VuFind® evolves, if we migrate to different technologies, we plan to maintain this alias, so your development routines will not be disrupted.
  
-===== npm run less =====+===== npm run build:less =====
  
-:!: Using "npm run css" instead is recommended; see above.+:!: Using "npm run build:css" instead is recommended; see above.
  
 Compiles all less files into a compressed css file. This script will detect themes inside of your themes directory and build the proper paths for you. Compiles all less files into a compressed css file. This script will detect themes inside of your themes directory and build the proper paths for you.
Line 17: Line 17:
 To use: To use:
  
-<code>npm run less</code>+<code>npm run build:less</code>
  
-===== npm run scss =====+===== npm run build:scss =====
  
 Compiles all sass files into a compressed css file. This script will detect themes inside of your themes directory and build the proper paths for you. Compiles all sass files into a compressed css file. This script will detect themes inside of your themes directory and build the proper paths for you.
  
-<code>npm run scss</code>+<code>npm run build:scss</code>
  
 ===== npm run lessToSass ===== ===== npm run lessToSass =====
  
 Converts all less files to sass. Mostly for the VuFind® dev team. By default does bootstrap3 and bootprint3. Converts all less files to sass. Mostly for the VuFind® dev team. By default does bootstrap3 and bootprint3.
- 
- 
  
 ---- struct data ---- ---- struct data ----
development/npm.txt · Last modified: 2023/05/01 17:01 by demiankatz