diff options
| author | Neylor Ohmaly | 2014-02-10 00:25:53 -0200 |
|---|---|---|
| committer | Neylor Ohmaly | 2014-02-10 00:25:53 -0200 |
| commit | f62db567d999f50a09947a0d6478a205f60ba03c (patch) | |
| tree | 5a2039d3bca58c403e9c61a4b52196b280b13ba9 /Gruntfile.js | |
| parent | 20c5741f5f3b2e4ad3f579082e78725f4ea26c85 (diff) | |
| download | nsPopover-f62db567d999f50a09947a0d6478a205f60ba03c.tar.bz2 | |
Fix error on the right|bottom and left|bottom alignment0.5.5
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 4b3430d..227e70f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -75,6 +75,15 @@ module.exports = function(grunt) { expand: true,
flatten: true
}]
+ },
+ example : {
+ files : [{
+ src: ['<%= build_dir %>/**/*'],
+ dest: '<%= example_dir %>/',
+ cwd: '.',
+ expand: true,
+ flatten: true
+ }]
}
},
@@ -194,7 +203,7 @@ module.exports = function(grunt) { grunt.registerTask('default', ['build', 'compile']);
- grunt.registerTask('build', ['clean', 'sass:build', 'jshint', 'copy:js']);
+ grunt.registerTask('build', ['clean', 'sass:build', 'jshint', 'copy:js', 'copy:example']);
/**
* The 'compile' task gets your app ready for deployment by concatenating and
|
