Skip to content

Commit

Permalink
v0.4.1 - CDN 관련 폴더정리
Browse files Browse the repository at this point in the history
  • Loading branch information
이진오 committed May 31, 2017
1 parent 05dc608 commit 02a80be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2,909 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = function ( grunt ) {
'src/Slider.js',
'src/RangeSlider.js'
],
dest: 'bin/v<%= pkg.version %>/<%= pkg.name %>_<%= pkg.version %>.js'
dest: 'bin/<%= pkg.name %>_<%= pkg.version %>.js'
}
},
'uglify': {
Expand Down Expand Up @@ -67,8 +67,8 @@ module.exports = function ( grunt ) {
options: {
//ixBand new version source
replacements: [{
pattern: /\/v[0-9.]+\//g,
replacement: '/v' + pkg.version + '/'
pattern: /\/v[0-9.]+\/ixSnack/g,
replacement: '/'
}, {
pattern: /\/ixBand_([0-9.]+)(.min)*.js/g,
replacement: function ( match, p1, p2 ) {
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 02a80be

Please sign in to comment.