Skip to content

Commit

Permalink
Merge pull request #131 from axisj-com/thomas
Browse files Browse the repository at this point in the history
AXMobileModal top 옵션변경
AXModal 반응형 지원
AXSearch 반응형 지원
AXGrid 버그픽스 (click 후 스크롤 위치 문제 픽스, bigData 지원 후 checkedSolSeq 버그픽스)
  • Loading branch information
thomasJang committed May 22, 2014
2 parents 69700ab + a5400d7 commit b49b3c4
Show file tree
Hide file tree
Showing 168 changed files with 4,626 additions and 11,967 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,6 @@
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-cssmin');

grunt.registerTask('default', ['concat','uglify','cssmin']);
grunt.registerTask('js', ['concat','uglify']);
grunt.registerTask('css', ['cssmin']);
};
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Javascript UI Library <b>AXISJ</b>
```js
// bower install
$ bower install axisj

/*
http://dev.axisj.com : Demonstration
http://jdoc.axisj.com : Documentation
Expand All @@ -16,6 +15,12 @@ http://facebook.com/axisj : Fanpage
http://google.com/+axisj : Google+
*/
```

```html
dist/AXJ.min.js
ui/[theme]/AXJ.min.css
```

<br/>
<img src="http://www.axisj.com/resource/images/ax-demo.png" alt="axisjui" />
<br/>
Expand Down
Loading

0 comments on commit b49b3c4

Please sign in to comment.