Skip to content

Commit

Permalink
remove css folder
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Jan 8, 2015
1 parent 228cf9f commit f583d85
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 1,011 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
/.idea
/css
/build
.grunt
libs
Expand Down
5 changes: 5 additions & 0 deletions Gruntfile.js
Expand Up @@ -110,6 +110,11 @@ module.exports = function (grunt) {
expand:true,
dest: 'build/'
},
{
src: 'examples/**',
expand:true,
dest: 'build/'
},
{
src: 'build/development/**',
expand:true,
Expand Down
147 changes: 0 additions & 147 deletions css/base.css

This file was deleted.

82 changes: 0 additions & 82 deletions css/forms.css

This file was deleted.

0 comments on commit f583d85

Please sign in to comment.