mirror of
https://github.com/papercss/papercss
synced 2026-03-16 07:25:48 +01:00
7 lines
No EOL
298 B
Batchfile
7 lines
No EOL
298 B
Batchfile
@echo off
|
|
REM Runs Jake from node_modules directory, preventing it from needing to be installed globally
|
|
REM Also ensures node modules have been installed
|
|
REM There's no Quixote-specific configuration in this file.
|
|
|
|
if not exist node_modules\.bin\jake.cmd call npm install
|
|
node_modules\.bin\jake %* |