mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -04:00
Fix tests
This commit is contained in:
+1
-15
@@ -24,24 +24,10 @@ module.exports = function(config) {
|
||||
[
|
||||
'stringify',
|
||||
{
|
||||
extensions: ['.html', '.tpl']
|
||||
extensions: ['.html', '.tpl', '.css']
|
||||
}
|
||||
],
|
||||
'deamdify',
|
||||
[
|
||||
'sassify',
|
||||
{
|
||||
base64Encode: false,
|
||||
sourceMap: false,
|
||||
sourceMapEmbed: false,
|
||||
sourceMapContents: false,
|
||||
outputStyle: 'compact',
|
||||
includePaths: [].concat(
|
||||
require('bourbon').includePaths,
|
||||
'src/styles'
|
||||
)
|
||||
}
|
||||
],
|
||||
[
|
||||
'browserify-istanbul',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user