Skip to content

Commit 46c39fa

Browse files
committed
Removes less-rhino (broken for a long time) - Fixes #3241
1 parent 29468bf commit 46c39fa

File tree

10 files changed

+0
-1014
lines changed

10 files changed

+0
-1014
lines changed

Gruntfile.js

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ module.exports = function (grunt) {
154154
// Project configuration.
155155
grunt.initConfig({
156156

157-
// Metadata required for build.
158-
build: grunt.file.readYAML('build/build.yml'),
159157
pkg: grunt.file.readJSON('package.json'),
160158
meta: {
161159
copyright: 'Copyright (c) 2009-<%= grunt.template.today("yyyy") %>',
@@ -228,24 +226,6 @@ module.exports = function (grunt) {
228226
dist: {
229227
src: '<%= browserify.browser.dest %>',
230228
dest: 'dist/less.js'
231-
},
232-
// Rhino
233-
rhino: {
234-
options: {
235-
banner: '/* Less.js v<%= pkg.version %> RHINO | <%= meta.copyright %>, <%= pkg.author.name %> <<%= pkg.author.email %>> */\n\n',
236-
footer: '' // override task-level footer
237-
},
238-
src: ['<%= build.rhino %>'],
239-
dest: 'dist/less-rhino.js'
240-
},
241-
// lessc for Rhino
242-
rhinolessc: {
243-
options: {
244-
banner: '/* Less.js v<%= pkg.version %> RHINO | <%= meta.copyright %>, <%= pkg.author.name %> <<%= pkg.author.email %>> */\n\n',
245-
footer: '' // override task-level footer
246-
},
247-
src: ['<%= build.rhinolessc %>'],
248-
dest: 'dist/lessc-rhino.js'
249229
}
250230
},
251231

@@ -466,13 +446,6 @@ module.exports = function (grunt) {
466446
'uglify:dist'
467447
]);
468448

469-
// Release Rhino Version (UNSUPPORTED)
470-
grunt.registerTask('rhino', [
471-
'browserify:rhino',
472-
'concat:rhino',
473-
'concat:rhinolessc'
474-
]);
475-
476449
// Create the browser version of less.js
477450
grunt.registerTask('browsertest-lessjs', [
478451
'browserify:browser',

build.gradle

Lines changed: 0 additions & 347 deletions
This file was deleted.

0 commit comments

Comments
 (0)