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
// Load Gulp...of course | |
var gulp = require( 'gulp' ); | |
// CSS related plugins | |
var sass = require( 'gulp-sass' ); | |
var autoprefixer = require( 'gulp-autoprefixer' ); | |
var minifycss = require( 'gulp-uglifycss' ); | |
// JS related plugins | |
var concat = require( 'gulp-concat' ); |
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
[ | |
{ | |
"value":"ACURA", | |
"title":"Acura", | |
"models":[ | |
{ | |
"value":"CL_MODELS", | |
"title":"CL Models (4)" | |
}, | |
{ |