Skip to content

Instantly share code, notes, and snippets.

@unisys12
Created July 14, 2014 01:54
Show Gist options
  • Save unisys12/6b57fcb318317d0716ca to your computer and use it in GitHub Desktop.
Save unisys12/6b57fcb318317d0716ca to your computer and use it in GitHub Desktop.
AssHat Config for TravisCI
<?php
$config = [
'css' => [
'build_path' => __DIR__ . '/../build/css',
'public_path' => __DIR__ . '/css/',
],
'js' => [
'build_path' => __DIR__ . '/../build/js',
'public_path' => __DIR__ . '/js/',
],
'img' => [
'build_path' => __DIR__ . '/../build/img',
'public_path' => __DIR__ . '/img/',
],
'things' => [
'build_path' => __DIR__ . '/../build/things',
'public_path' => __DIR__ . '/things/',
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment