Mathieu David
|
c725df3edd
|
Add test and closes #55
|
2015-09-18 16:12:43 +02:00 |
Mathieu David
|
0a50d6b33f
|
Fixed the error in copy_files_except_ext #55
|
2015-09-18 15:28:58 +02:00 |
Mathieu David
|
103048c0d1
|
Merge branch 'master' of https://github.com/azerupi/mdBook
|
2015-09-17 19:45:36 +02:00 |
Mathieu David
|
b7bcf2e246
|
Files other than .md are now copied to the output dir Fixes #52 + Added max-width in css for images
|
2015-09-17 19:45:06 +02:00 |
mdinger
|
b164e0709b
|
Fix many minor warnings found by clippy
|
2015-09-16 22:48:01 -04:00 |
Mathieu David
|
5960050676
|
Added my first test!! :) For copy_files_except_ext function
|
2015-09-16 23:39:00 +02:00 |
Mathieu David
|
1799ed9ed3
|
Added utility function to copy all files recursively except files that have an extension present in the ext_blacklist parameter
|
2015-09-16 19:01:53 +02:00 |
Mathieu David
|
262aa91948
|
Added a utility method to remove all content of a dir but not the dir itelf. Fixes #32
|
2015-08-16 13:20:10 +02:00 |
Mathieu David
|
a5aa357f57
|
Clean-up: Remove all 'hacky' exist checks and replace by 'exists()'
|
2015-08-13 10:46:56 +02:00 |
Mathieu David
|
abae21527a
|
Copied the PathExt trait from the rust source code as temporary fix. Now I can replace the hacky code I used. When it goes to rust stable I will just have to remove and eventually change some
|
2015-08-13 10:00:44 +02:00 |
Mathieu David
|
bf114d7e21
|
Removed the sub module from utils and put the functions directly in the utils module + docs #30
|
2015-08-06 23:04:19 +02:00 |
Mathieu David
|
1095e7c773
|
Clean-up handlebars renderer, move some parts to utils module
|
2015-08-04 16:52:10 +02:00 |
Mathieu David
|
22280bbb16
|
Add debug! macro that can be activated using the "debug" feature. #19
|
2015-08-03 18:06:01 +02:00 |
Mathieu David
|
c64824a18c
|
Added author and dest field in book.json, fixed bug when output directory did not exist. Closes #7
|
2015-08-03 14:23:32 +02:00 |
Mathieu David
|
5bd1385212
|
Added a utils module for general / common functions
|
2015-07-30 15:20:55 +02:00 |