Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: package.json

Issue 29712640: Issue 6309 - Start using SASS in adblockplusui (Closed)
Patch Set: Created March 1, 2018, 2:34 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « css/desktop-options.scss ('k') | skin/desktop-options.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "adblockplusui", 2 "name": "adblockplusui",
3 "private": true, 3 "private": true,
4 "description": "Adblock Plus UI", 4 "description": "Adblock Plus UI",
5 "scripts": { 5 "scripts": {
6 "lint": "npm run lint:js", 6 "lint": "npm run lint:js",
7 "lint:js": "eslint ./*.js ./lib/*.js ./ext/*.js", 7 "lint:js": "eslint ./*.js ./lib/*.js ./ext/*.js",
8 "prepare": "python2 ensure_dependencies.py", 8 "prepare": "python2 ensure_dependencies.py",
9 "start": "http-server & npm run watch", 9 "start": "http-server & npm run watch",
10 "bundle": "npm run bundle:desktop-options", 10 "bundle": "npm run bundle:desktop-options.js && npm run bundle:desktop-optio ns.css",
11 "bundle:desktop-options": "eslint ./js/**/*.js && echo '/* eslint-disable */ // BUNDLED FILE'>./desktop-options.js && browserify --node --no-bundle-external js/desktop-options.js >> ./desktop-options.js", 11 "bundle:desktop-options.css": "node-sass --output skin css/desktop-options.s css",
12 "watch": "npm run watch:desktop-options", 12 "bundle:desktop-options.js": "eslint ./js/**/*.js && echo '/* eslint-disable */// BUNDLED FILE'>./desktop-options.js && browserify --node --no-bundle-extern al js/desktop-options.js >> ./desktop-options.js",
13 "watch:desktop-options": "watch 'npm run bundle:desktop-options' ./js", 13 "watch": "npm run watch:desktop-options.js & npm run watch:desktop-options.c ss",
14 "watch:desktop-options.css": "watch 'npm run bundle:desktop-options.css' ./c ss",
15 "watch:desktop-options.js": "watch 'npm run bundle:desktop-options.js' ./js" ,
14 "postinstall": "npm run bundle" 16 "postinstall": "npm run bundle"
15 }, 17 },
16 "devDependencies": { 18 "devDependencies": {
17 "browserify": "^16.1.0", 19 "browserify": "^16.1.0",
18 "eslint": "^4.16.0", 20 "eslint": "^4.16.0",
19 "eslint-config-eyeo": "^2.0.0", 21 "eslint-config-eyeo": "^2.0.0",
20 "http-server": "^0.11.1", 22 "http-server": "^0.11.1",
23 "node-sass": "^4.7.2",
21 "watch": "^1.0.2" 24 "watch": "^1.0.2"
22 } 25 }
23 } 26 }
OLDNEW
« no previous file with comments | « css/desktop-options.scss ('k') | skin/desktop-options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld