Skip to content

Commit

Permalink
fix(example): New Atom 1.0 linter 👍
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavliko committed Jun 25, 2015
1 parent 6c2141e commit a112b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ var open = require("open");
var fs = require('fs');
var css = fs.readFileSync('./example/style.css').toString();

css = postcss([ postcssSVG({paths: ['./example']}) ]).process(css).css
fs.writeFileSync('./example/output.css', css)
css = postcss([ postcssSVG({paths: ['./example']}) ]).process(css).css;
fs.writeFileSync('./example/output.css', css);
open("./example/index.html");

0 comments on commit a112b63

Please sign in to comment.