Browse Source

Merge branch 'master' of github.com:tracim/app_PageHtml

Skylsmoi 7 years ago
parent
commit
f751739cf0
2 changed files with 3 additions and 0 deletions
  1. 2 0
      package.json
  2. 1 0
      src/css/index.styl

+ 2 - 0
package.json View File

@@ -5,7 +5,9 @@
5 5
   "main": "index.js",
6 6
   "scripts": {
7 7
     "servdev": "NODE_ENV=development webpack-dev-server --watch --colors --inline --hot --progress",
8
+    "servdevwindoz": "set NODE_ENV=development&& webpack-dev-server --watch --colors --inline --hot --progress",
8 9
     "servdev-dashboard": "NODE_ENV=development webpack-dashboard -m -p 9871 -- webpack-dev-server --watch --colors --inline --hot --progress",
10
+    "buildwindoz": "set NODE_ENV=production&& webpack -p",
9 11
     "build": "NODE_ENV=production webpack -p",
10 12
     "test": "echo \"Error: no test specified\" && exit 1"
11 13
   },

+ 1 - 0
src/css/index.styl View File

@@ -1,6 +1,7 @@
1 1
 @import "../../node_modules/tracim_lib/src/css/Variable.styl"
2 2
 
3 3
 .wsContentPageHtml
4
+  width 1155px
4 5
   &__header
5 6
     background-color htmlColor
6 7
     &__editionmode