Created
October 4, 2015 05:15
-
-
Save hex13/315abfbd3e9e2f37e626 to your computer and use it in GitHub Desktop.
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
const speck = require('speckjs'); | |
const fs = require('fs'); | |
const name = './src/index.js'; | |
speck.build({name: name, content: fs.readFileSync(name, 'utf8')}, {ecmaVersion: 6, sourceType: 'module'}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment