Skip to content

Commit

Permalink
Revert "Examples tab css corrections."
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh authored Apr 26, 2018
1 parent 7d469ef commit a1a68f0
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 2,325 deletions.
26 changes: 1 addition & 25 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = function (grunt) {

grunt.loadNpmTasks('grunt-typedoc');
grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-contrib-copy');

grunt.initConfig({
// TODO use https://www.npmjs.com/package/grunt-newer to only process updated files
Expand All @@ -20,7 +19,6 @@ module.exports = function (grunt) {
//recompiles everything but doesn't reindex the search
tasks: [
'execute:compileIndex',
'execute:compileExamples',
'execute:compileWhatsNew',
'execute:compileHtmlStatics'
],
Expand Down Expand Up @@ -148,11 +146,6 @@ module.exports = function (grunt) {
},
src: ['./scripts/compile-html/compile-html-index.js']
},
compileExamples: {
call: function (grunt, options, async) {
require('./scripts/compile-html/compile-html-examples')(async());
}
},
compileWhatsNew: {
options: {
module: true
Expand All @@ -174,18 +167,7 @@ module.exports = function (grunt) {
require('./scripts/helpers/indexer/azureCleanup')(async());
}
}
},
copy: {
exampleIcons: {
files: [
// includes files within path and its sub-directories
{
expand: true,
src: ['./examples/icons/**'],
dest: './public/html/'}
],
},
}
}
});

grunt.registerTask('serve', 'Start working', [
Expand All @@ -199,18 +181,12 @@ module.exports = function (grunt) {
'clean:json',
'typedoc:build',
'execute:compileIndex',
'execute:compileExamples',
'copy:exampleIcons',
'execute:compileWhatsNew',
'execute:compileHtmlStatics',
'execute:indexer',
'execute:remoteIndexCleanup',
'clean:tmp'
]);

grunt.registerTask('examples', 'Build examples page', [
'execute:compileExamples',
]);
};


Binary file modified examples/icons/animation_blending.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions examples/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@
{
"title": "Animations",
"samples": [
{
"title": "Animation blending2",
"doc": "https://doc.babylonjs.com/babylon101/Animations#animation-blending",
"icon": "icons/animation_blending.jpg",
"description": "Blend multiple animations together to move from on animation clip to another",
"PGID": "#BCU1XR#0"
},
{
"title": "Animation blending",
"doc": "https://doc.babylonjs.com/babylon101/Animations#animation-blending",
"icon": "icons/animation_blending.jpg",
"icon": "animation_blending.jpg",
"description": "Blend multiple animations together to move from on animation clip to another",
"PGID": "#BCU1XR#0"
}
Expand Down
118 changes: 22 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
Expand Down
Loading

0 comments on commit a1a68f0

Please sign in to comment.