add css folder for static files.
This commit is contained in:
parent
f0562b95b7
commit
c98384bfcd
@ -90,6 +90,9 @@ namespace RaceLapTimer
|
|||||||
conventions.StaticContentsConventions.Add(
|
conventions.StaticContentsConventions.Add(
|
||||||
StaticContentConventionBuilder.AddDirectory("js", "js")
|
StaticContentConventionBuilder.AddDirectory("js", "js")
|
||||||
);
|
);
|
||||||
|
conventions.StaticContentsConventions.Add(
|
||||||
|
StaticContentConventionBuilder.AddDirectory("css","css")
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user