Skip to content

Commit

Permalink
[FIX]: dos endings
Browse files Browse the repository at this point in the history
  • Loading branch information
GopherJ committed Aug 9, 2018
1 parent 0ed0d52 commit da9281b
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 104 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

50 changes: 0 additions & 50 deletions .eslintrc.js

This file was deleted.

3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* text=auto
*.jpg binary
*.png binary
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,23 +136,9 @@ this.$store.commit('LayoutGrid/EDIT_LAYOUT_ITEM', {
## Screen Shots

*###UI*
![Alerts](./Alerts.PNG)
![Table](./Table.PNG)
![Alerts](../images/Alerts.PNG)
![Table](../images/Table.PNG)


*###Dashboard*
![Dashboard](./Dashboard.PNG)



## Contribute

1. create your own branch on gitlab
2. `git clone ssh://[email protected]:10022/GopherJ/LayoutGrid.git`
1. `cd LayoutGrid`
2. `git checkout -b [branch name]`
3. `make changes`
4. `npm run build`
5. `git add . && git commit -m "[message]" && git push origin [branch name]`
6. `send PR`

![Dashboard](../images/Dashboard.PNG)
34 changes: 17 additions & 17 deletions dist/LayoutGrid.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/LayoutGrid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/LayoutGrid.min.js.map

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes
File renamed without changes
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "layout gridster with vue",
"main": "dist/LayoutGrid.min.js",
"scripts": {
"build": "cd scripts && build.sh",
"lint": "./node_modules/.bin/eslint --ext .js,.vue src --fix"
"build": "cd scripts && ./build.sh"
},
"repository": {
"type": "git",
Expand All @@ -31,20 +30,12 @@
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.24.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^6.4.0",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.27.3",
"cssnano": "^3.10.0",
"eslint": "^4.19.0",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-vue": "^4.0.0",
"file-loader": "^1.1.11",
"node-sass": "^4.7.2",
"postcss-import": "^11.1.0",
Expand Down
2 changes: 0 additions & 2 deletions scripts/build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ export NODE_ENV=development
echo "Building umd minified version"
export NODE_ENV=production
../node_modules/.bin/webpack --hide-modules --colors --progress --config webpack.config.js --env production --display-error-details

sleep 10

0 comments on commit da9281b

Please sign in to comment.