1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-09 11:41:07 +01:00

Support CSS embedding vs. linking.

This commit is contained in:
hacksalot
2015-12-30 19:45:50 -05:00
parent 558a321fe8
commit a280d8acb2
4 changed files with 8 additions and 3 deletions

View File

@ -91,6 +91,7 @@ function getOpts( args ) {
theme: args.t || 'modern',
format: args.f || 'FRESH',
prettify: !noPretty,
silent: args.s || args.silent
silent: args.s || args.silent,
css: args.css || 'embed'
};
}