Skip to content

Commit

Permalink
publish dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
gsouf committed Mar 9, 2017
1 parent 0cab6b4 commit b494c5a
Show file tree
Hide file tree
Showing 8 changed files with 183 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function(grunt) {
},
build: {
src: sourceFiles.javascript,
dest: 'build/<%= pkg.name %>.min.js'
dest: 'dist/<%= pkg.name %>.min.js'
}
},

Expand All @@ -30,7 +30,7 @@ module.exports = function(grunt) {
},
dist: {
files: [{
"build/zero-table.min.css" : sourceFiles.sass
"dist/zero-table.min.css" : sourceFiles.sass
}]
}
},
Expand Down Expand Up @@ -74,7 +74,7 @@ module.exports = function(grunt) {
expand: true,
cwd : "style/images",
src : "**/*",
dest : "build/images"
dest : "dist/images"

}
]
Expand Down
Binary file added dist/images/zero-table/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/zero-table/order_asc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/images/zero-table/order_desc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
168 changes: 168 additions & 0 deletions dist/zero-table.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions dist/zero-table.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/zero-table.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/zero-table.min.js.map

Large diffs are not rendered by default.

0 comments on commit b494c5a

Please sign in to comment.