Skip to content

Commit

Permalink
Merge pull request #292 from primer/fix_build_css
Browse files Browse the repository at this point in the history
Copying build.css to destination
  • Loading branch information
jonrohan committed Feb 19, 2019
2 parents 074ae80 + 6688540 commit c846faf
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 c846faf

Please sign in to comment.