Compare commits
1 Commits
v0.2_refac
...
27f784e1f0
| Author | SHA1 | Date | |
|---|---|---|---|
| 27f784e1f0 |
@@ -186,7 +186,7 @@ fn new(project_name: String) -> anyhow::Result<()> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn build() -> anyhow::Result<()> {
|
fn build() -> anyhow::Result<()> {
|
||||||
let mut targets: Vec<PathBuf> = crate::fs::expand_files(DIR_SRC.as_path())?
|
let mut targets: Vec<PathBuf> = crate::fs::expand_files(PROJECT_ROOT.clone().join(DIR_SRC.as_path()))?
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.filter(|f| {
|
.filter(|f| {
|
||||||
f.extension()
|
f.extension()
|
||||||
|
|||||||
Reference in New Issue
Block a user