Skip to content

Commit

Permalink
Copying build.css to destination
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Feb 19, 2019
1 parent 22f7e16 commit b2a53be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions lib/octicons_node/script/build.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node

console.log("Create a build/data.json from the exported assets")
const fs = require('fs')
console.log('Copying index.scss to build/build.css')
fs.copyFileSync('../index.scss', '../build/build.css')

0 comments on commit b2a53be

Please sign in to comment.