moved Webpack bundle directory out of /static/js because it contains more than just JS files

This commit is contained in:
alecmerdler 2017-01-24 14:05:06 -08:00
parent 6b2222a3ec
commit c9fa22b093
6 changed files with 24 additions and 9 deletions

View file

@ -1,4 +1,4 @@
import "../../../../../css/directives/components/pages/repo-page/repo-page.scss";
import "sass/repo-page/repo-page.scss";
import repoHeader from "./header";
import repoSidebar from "./sidebar";
import repoBody from "./body";