Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
renamed dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiboy committed Nov 17, 2018
1 parent e7a8d2f commit acab37c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sass.render({
outputStyle: 'compressed'
}, function (err, result) {
if (!err) {
fs.writeFile(path.join(__dirname, './dist/', 'flagpack.min.css'), result.css, function (err) {
fs.writeFile(path.join(__dirname, './dist/', 'flagpack.css'), result.css, function (err) {
if (!err) {
console.log('File written to: ', pathToFlagStyles)
} else {
Expand Down
File renamed without changes.

0 comments on commit acab37c

Please sign in to comment.