Add relative path mapping

This commit is contained in:
Ian Minoso 2016-11-07 17:27:50 -05:00
parent 7a6443d377
commit d39fc288aa
5 changed files with 12 additions and 7 deletions

View file

@ -1,6 +1,3 @@
// Import Styles
import '../css/directives/components/main.scss';
// Import Components
import {rpDirectives as repoPage} from "./directives/components/pages/repo-page/main";

View file

@ -1,3 +1,4 @@
import "sass/repo-page/repo-page.scss";
import * as angular from "angular";
import repoHeader from "./header";