GithubHelp home page GithubHelp logo

Comments (4)

silvenon avatar silvenon commented on August 15, 2024

Try this:

  options: {
    sassDir: '<%= config.app %>/styles',
    cssDir: '.tmp/styles',
    imagesDir: '<%= config.app %>/images',
    javascriptsDir: '<%= config.app %>/scripts',
    fontsDir: '<%= config.app %>/fonts',
    generatedImagesDir: '.tmp/images/generated',
-   importPath: 'bower_components',
+   importPath: '.',
    httpImagesPath: '../images',
    httpGeneratedImagesPath: '../images/generated',
    httpFontsPath: '../fonts',
    relativeAssets: false,
    assetCacheBuster: false
  },

from generator-webapp_deprecated.

primerproyecto avatar primerproyecto commented on August 15, 2024

๐Ÿ‘ Hi @silvenon ...youยดve nailed it. Now it works so thank you very much. Iยดm a new yeoman user and your help comes in really handy.
Now i can use compass within yeoman, susy and the rest of the libraries; grunt makes it neat and easy.

Every time i make a change in scss files..i get the same warning message about jit-grunt and autoprefixer

Completed in 4.253s at Thu Dec 03 2015 13:06:52 GMT+0100 (CET) - Waiting...
>> File "app/styles/main.scss" changed.
Running "compass:server" (compass) task write .tmp/styles/main.css (1.886s)
jit-grunt: Plugin for the "autoprefixer" task not found.
If you have installed the plugin already, please setting the static mapping.
See https://github.com/shootaroo/jit-grunt#static-mappings
Warning: Task "autoprefixer" failed. Use --force to continue.
Aborted due to warnings.

Thougt that warning message...i can grunt serve and grunt build and browse the page well and without any kind of warning message on console, so not pretty sure if that is really important.
Thanks once again

from generator-webapp_deprecated.

silvenon avatar silvenon commented on August 15, 2024
compass: {
  files: ['<%= config.app %>/styles/{,*/}*.{scss,sass}'],
- tasks: ['compass:server', 'autoprefixer']
+ tasks: ['compass:server', 'postcss']
 },

from generator-webapp_deprecated.

primerproyecto avatar primerproyecto commented on August 15, 2024

๐Ÿ‘ Neat and sweet ... thanks once again

from generator-webapp_deprecated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.