Skip to content

Commit b748c24

Browse files
authored
Merge pull request #193 from BitDen/master
Webpack only
2 parents 09d33f5 + 955ec16 commit b748c24

31 files changed

+3785
-2833
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
.idea
2-
public
31
node_modules
42
temp
5-
/nbproject/private/
6-
*.log
3+
*.log
4+
.idea

.jshintrc

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
{
2-
"boss": true,
3-
"browser": true,
4-
"eqnull": true,
5-
"expr": true,
6-
"esversion": 6,
7-
"immed": true,
8-
"laxbreak": true,
9-
"loopfunc": true,
10-
"newcap": true,
11-
"noarg": true,
12-
"noempty": true,
13-
"nonew": true,
14-
"quotmark": true,
15-
"smarttabs": true,
16-
"strict": true,
17-
"sub": true,
18-
"trailing": true,
19-
"undef": true,
20-
"unused": true,
21-
"globals": {
22-
"angular": false
23-
}
2+
"emitErrors": true,
3+
"boss": true,
4+
"browser": true,
5+
"eqnull": true,
6+
"expr": true,
7+
"esversion": 6,
8+
"immed": true,
9+
"laxbreak": true,
10+
"loopfunc": true,
11+
"newcap": true,
12+
"noarg": true,
13+
"noempty": true,
14+
"nonew": true,
15+
"quotmark": true,
16+
"smarttabs": true,
17+
"strict": false,
18+
"sub": true,
19+
"trailing": true,
20+
"undef": true,
21+
"unused": true,
22+
"globals": {
23+
"angular": false
24+
}
2425
}

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ before_install:
1111
- sh -e /etc/init.d/xvfb start
1212

1313
before_script:
14-
- npm install -g grunt-cli
15-
- npm install -g karma
1614
- npm install
1715

1816
script:
19-
- grunt travis
17+
- npm run build
2018

2119
deploy:
2220
provider: npm

Gruntfile.js

Lines changed: 0 additions & 159 deletions
This file was deleted.

dist/ui-scroll-grid.js

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui-scroll-grid.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui-scroll-grid.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui-scroll-grid.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)