Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
tdascoli committed Feb 23, 2018
1 parent 0d83c4f commit 7a55ed4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "unigrid-css",
"version": "1.0.0",
"version": "1.0.1",
"description": "unigrid css",
"main": [
"src/assets/unigrid/styles/unigrid.scss",
"src/assets/unigrid/scripts/unigrid.js"
"build/styles/unigrid.css",
"build/scripts/unigrid.js"
],
"authors": [
"tdascoli"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ gulp.task('styles:build', function () {
.pipe(prefix('last 1 version'))
.pipe(gulpif(!config.dev, csso()))
.pipe(sourcemaps.write())
.pipe(gulp.dest(config.build + '/css'))
.pipe(gulp.dest(config.build + '/styles'))
.pipe(gulpif(config.dev, reload({stream:true})));
});
gulp.task('sass-files:build', function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unigrid-css",
"version": "1.0.0",
"version": "1.0.1",
"description": "unigrid css",
"main": "README.md",
"scripts": {
Expand Down

0 comments on commit 7a55ed4

Please sign in to comment.