Skip to content

Commit

Permalink
add npm script for css
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper committed Nov 4, 2015
1 parent 00e9c32 commit 40fc05b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"start": "electron electron.js",
"build": "electron-packager . ScreenCat --platform=darwin --arch=x64 --version=0.33.6 --protocol-name=\"ScreenCat URL\" --protocol=\"screencat\" --ignore=node_modules/electron-prebuilt --ignore=node_modules/electron-packager --ignore=node_modules/browserify --ignore=node_modules/wzrd --ignore=node_modules/standard && cp img/Icon.icns ScreenCat.app/Contents/Resources/atom.icns",
"dev": "wzrd remote.js:remote-bundle.js",
"css": "node-sass stylesheets/sass/screencat.scss stylesheets/css/screencat.css",
"test": "standard"
},
"author": "max ogden",
Expand All @@ -25,6 +26,7 @@
"browserify": "^9.0.3",
"electron-packager": "^4.1.0",
"electron-prebuilt": "^0.34.1",
"node-sass": "^3.4.1",
"standard": "^5.3.1",
"tachyons": "^1.2.0",
"wzrd": "^1.2.1"
Expand Down
2 changes: 0 additions & 2 deletions stylesheets/css/screencat.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,3 @@

a {
color: black; }

/*# sourceMappingURL=screencat.css.map */

0 comments on commit 40fc05b

Please sign in to comment.