mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Remove bower version as per #2607
This commit is contained in:
@@ -361,18 +361,11 @@ module.exports = function (grunt) {
|
||||
'test'
|
||||
]);
|
||||
|
||||
grunt.registerTask('updateBowerJson', function () {
|
||||
var bowerJson = require('./bower.json');
|
||||
bowerJson.version = grunt.config('pkg.version');
|
||||
fs.writeFileSync('./bower.json', JSON.stringify(bowerJson, null, 2));
|
||||
});
|
||||
|
||||
// Release
|
||||
grunt.registerTask('dist', [
|
||||
'browserify:browser',
|
||||
'concat:dist',
|
||||
'uglify:dist',
|
||||
'updateBowerJson'
|
||||
'uglify:dist'
|
||||
]);
|
||||
|
||||
// Release Rhino Version
|
||||
|
||||
@@ -20,6 +20,5 @@
|
||||
".gitattributes",
|
||||
".jshintrc",
|
||||
".npmignore"
|
||||
],
|
||||
"version": "2.5.2"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user