-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added config file for prototype kit, fixed bug in package test.
- Loading branch information
Mat Carey
committed
Dec 20, 2018
1 parent
fe36aa3
commit e627384
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"nunjucksPaths": [ | ||
"/", | ||
"/components" | ||
], | ||
"scripts": [ | ||
"/all.js" | ||
], | ||
"assets": [ | ||
{ | ||
"global": true, | ||
"src": "/assets" | ||
} | ||
], | ||
"sass": [ | ||
"/all.scss" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters