UNPKG

generator-staticsite

Version:

Creates an Assemble boilerplate project with built-in support for SASS (with Bourbon and Neat), CoffeeScript and an optimized build.

12 lines (9 loc) 274 B
/*global describe, beforeEach, it*/ 'use strict'; var assert = require('assert'); describe('staticsite generator', function () { it('can be imported without blowing up', function () { var app = require('../app'); assert(app !== undefined); }); });