Bladeren bron

Merge branch 'master' of https://github.com/TapQuo/Lungo.js

ina 13 jaren geleden
bovenliggende
commit
a6dfb234ce
1 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 6 6
      grunt.js

+ 6 - 6
grunt.js

@@ -24,12 +24,12 @@ module.exports = function(grunt) {
 
         javascripts: ['src/**/*.js'],
         stylesheets: [
-            'src/**/Lungo.base.styl',
-            'src/**/Lungo.layout.styl',
-            'src/**/Lungo.layout.*.styl',
-            'src/**/Lungo.widgets.styl',
-            'src/**/Lungo.widgets.*.styl'],
-        icons: ['src/**/Lungo.icon**.styl'],
+            'src/**/lungo.base.styl',
+            'src/**/lungo.layout.styl',
+            'src/**/lungo.layout.*.styl',
+            'src/**/lungo.widgets.styl',
+            'src/**/lungo.widgets.*.styl'],
+        icons: ['src/**/lungo.icon**.styl'],
         themes: ['src/**/theme**.styl']
     },