Skip to content

Commit a63f0c3

Browse files
committed
Added the /dist dir to .gitignore and modified the Gruntfile.js, so that the style output is placed in the same dir.
1 parent 9ecd4fd commit a63f0c3

File tree

5 files changed

+3
-28
lines changed

5 files changed

+3
-28
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.log
22
thumbs.db
33

4-
node_modules
4+
node_modules
5+
dist

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = function(grunt) {
2929
// Rewrite and save sourcemap as seperate file
3030
map: {
3131
inline: false,
32-
annotation: 'styles/'
32+
annotation: 'dist/css/'
3333
},
3434
processors: [
3535
// Add fallbacks for rem units

dist/css/styles.min.css

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

dist/css/styles.min.css.map

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

styles/styles.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)