Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSoft-STUDIONIONS committed Oct 1, 2023
1 parent e726526 commit 02018c4
Show file tree
Hide file tree
Showing 44 changed files with 13,446 additions and 545 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
installer/**/*.*
*.sublime-workspace
node_modules
bower_components
test
tests
*.sublime-workspace
source/*.zip
12 changes: 11 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module.exports = function(grunt){
develop: {
options: {
//api: './mock',
port: 80,
port: 3003,
base: 'docs/',
release: false
}
Expand Down Expand Up @@ -141,6 +141,16 @@ module.exports = function(grunt){
},
});
grunt.registerTask('default', [
'imagemin',
'tinyimg',
'less',
'autoprefixer',
'group_css_media_queries',
'cssmin',
'uglify',
'pug'
]);
grunt.registerTask('develop', [
'watch',
]);
grunt.registerTask('server', [
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/assets/css/main.css

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

Loading

0 comments on commit 02018c4

Please sign in to comment.