This file contains hidden or 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
| { | |
| "name": "madnessplatform", | |
| "version": "1.0.0", | |
| "description": "MadnessPlatform: The application stack used to develop at Madness Labs", | |
| "scripts": { | |
| "postinstall": "gulp install" | |
| }, | |
| "devDependencies": { | |
| "browser-sync": "^2.8.1", | |
| "event-stream": "^3.3.1", |
This file contains hidden or 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
| ///////////////////////////////////// | |
| // REQUIRES | |
| var bower = require('gulp-bower'), | |
| browserSync = require('browser-sync').create(), | |
| concat = require('gulp-concat'), | |
| es = require('event-stream'), | |
| fs = require('fs'), | |
| gulp = require('gulp'), | |
| intercept = require('gulp-intercept'), | |
| jSass = require('gulp-json-sass'), |
This file contains hidden or 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
| /* | |
| |-------------------------------------------------------------------------- | |
| | Seo4Ajax Filter | |
| |-------------------------------------------------------------------------- | |
| | | |
| | The following filter is used to load html from SEO4AJAX.com and | |
| | serve it specifically to search engine / social networking bots. | |
| | EXAMPLE - Route::get('/', array('before' => 'seo4ajax', 'uses' => 'controller@index')); | |
| | | |
| */ |
NewerOlder