mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-17 04:00:37 +03:00
temporarily disable jscs because of it's incompatibility with babel 6
This commit is contained in:
parent
c04c041ae6
commit
55404dd32f
|
@ -528,15 +528,15 @@ module.exports = function (grunt) {
|
|||
testSubtasks.push('saucelabs-qunit');
|
||||
}
|
||||
grunt.registerTask('test', testSubtasks);
|
||||
grunt.registerTask('test-js', ['eslint', 'jscs:core', 'jscs:test', 'jscs:grunt', 'qunit']);
|
||||
grunt.registerTask('test-js', ['eslint'/*, 'jscs:core', 'jscs:test', 'jscs:grunt'*/, 'qunit']);
|
||||
|
||||
// JS distribution task.
|
||||
grunt.registerTask('dist-js', [
|
||||
'clean:dist-js',
|
||||
'eslint',
|
||||
'jscs:grunt',
|
||||
'jscs:core',
|
||||
'jscs:test',
|
||||
//'jscs:grunt',
|
||||
//'jscs:core',
|
||||
//'jscs:test',
|
||||
'exec:rollup-iife',
|
||||
'exec:rollup-umd',
|
||||
'exec:rollup-es2015',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "bootstrap-material-design",
|
||||
"description": "Material Design for Bootstrap 4",
|
||||
"version": "4.0.0-prealpha",
|
||||
"version": "4.0.0-alpha",
|
||||
"keywords": [
|
||||
"material",
|
||||
"design",
|
||||
|
@ -58,7 +58,6 @@
|
|||
"grunt-exec": "~0.4.6",
|
||||
"grunt-html": "~6.0.0",
|
||||
"grunt-jekyll": "~0.4.3",
|
||||
"grunt-jscs": "~2.7.0",
|
||||
"grunt-postcss": "^0.7.1",
|
||||
"grunt-sass": "^1.1.0",
|
||||
"grunt-saucelabs": "~8.6.2",
|
||||
|
|
Loading…
Reference in New Issue
Block a user