Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

V3.0.0 theme #496

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ wp/wp-content/themes/tcs-responsive/config/env.php
*.asf
*.wmv
*.avi
*.bat

# ignore custom config files
node_modules/
dist/
tmp/
tmp/
npm-debug.log
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,6 @@ module.exports = function(grunt) {

// Default task.
grunt.registerTask('default', ['gitinfo', 'clean', 'buildPackages:dist', 'copy', 'replace', 'concat', 'cssmin', 'uglify', 'compress', 'writeConfig']);
grunt.registerTask('dev', ['debug', 'watch'])
grunt.registerTask('dev', ['gitinfo', 'debug', 'watch'])
grunt.registerTask('debug', ['clean', 'buildPackages:debug', 'copy', 'replace', 'concat', 'cssmin', 'writeConfig']);
};
13 changes: 13 additions & 0 deletions challenge-details-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# V3 SCSS update
## Challenge details updates:
- The challenge details page has been updated. To test with dynamic content visit :
http://local.topcoder.com/challenge-details/30058529/?type=design
http://local.topcoder.com/challenge-details/30058433/?type=design
local.topcoder.com/challenge-details/30058495/?type=develop

or any other challenge.


## Styleguide
The static styleguide section has been added at the bottom of the contest listing page.
To test in production a dummy/draft contest can be created from the topcoder-direct portal with content same as the styleguide content.
Loading